Explorar o código

Remove unused regex header include

Patrick-Christopher Mattulat %!s(int64=2) %!d(string=hai) anos
pai
achega
09da981733
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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