Browse Source

Remove unused regex header include

Patrick-Christopher Mattulat 2 years ago
parent
commit
09da981733
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/ls-std/io/File.hpp

+ 1 - 2
include/ls-std/io/File.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2023-02-06
+ * Changed:         2023-02-18
  *
  * */
 
@@ -17,7 +17,6 @@
 #include <list>
 #include <ls-std/core/Class.hpp>
 #include <ls-std/os/dynamic-goal.hpp>
-#include <regex>
 #include <string>
 #include <vector>
 #ifdef _WIN32