]> git.lyx.org Git - features.git/blobdiff - src/support/os.cpp
Include standard <regex>
[features.git] / src / support / os.cpp
index 3a5c2e59a25eaf4e04032864e5df607a0147a78c..6561fbca38316dad669fc63ad5d609386763a9d4 100644 (file)
 #include "support/debug.h"
 #include "support/filetools.h"
 #include "support/qstring_helpers.h"
-#include "support/regex.h"
 
 #include <QDir>
 
+#include <regex>
+
 #if defined(__CYGWIN__)
 #include "support/os_cygwin.cpp"
 #elif defined(_WIN32)