]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
Remove undisclosed imports (from xxx import *)
[lyx.git] / src / LayoutFile.cpp
index 1ce04aa685974622ddfab01504b53f15047c9be7..3ed3676129fabe343e5c5242038b2dbe58dba560 100644 (file)
 #include <config.h>
 
 #include "LayoutFile.h"
-#include "Lexer.h"
 #include "TextClass.h"
 
 #include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/lassert.h"
-
-#include "support/regex.h"
+#include "support/Lexer.h"
 #include "support/TempFile.h"
 
 #include <fstream>
+#include <regex>
 
 using namespace std;
 using namespace lyx::support;