]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Preamble.cpp
Include standard <regex>
[features.git] / src / tex2lyx / Preamble.cpp
index d6deccb90cd8df7416038aedb92c394dbf518091..5d329ae96941e332d42a380f304634d8f9c3f745 100644 (file)
 #include "support/filetools.h"
 #include "support/lstrings.h"
 
-#include "support/regex.h"
-
 #include <algorithm>
 #include <iostream>
+#include <regex>
 
 using namespace std;
 using namespace lyx::support;