]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / Buffer.cpp
index c9d6818df6d56eba46bb691a4c83a5f69e150ba5..f4a02ca4e521f35048b2026bc8c8d6719091841a 100644 (file)
@@ -41,7 +41,6 @@
 #include "LaTeXFeatures.h"
 #include "LaTeX.h"
 #include "Layout.h"
-#include "Lexer.h"
 #include "LyXAction.h"
 #include "LyX.h"
 #include "LyXRC.h"
@@ -95,6 +94,7 @@
 #include "support/filetools.h"
 #include "support/gettext.h"
 #include "support/gzstream.h"
+#include "support/Lexer.h"
 #include "support/lstrings.h"
 #include "support/mutex.h"
 #include "support/os.h"