]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacroTemplate.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / mathed / InsetMathMacroTemplate.cpp
index 2a2a87eb57e73cea1e59444f0c82e6d5ad8ddecc..9b2fd19dab0ecb24f53ac353679dcb970d09de69 100644 (file)
@@ -32,7 +32,6 @@
 #include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "LaTeXFeatures.h"
-#include "Lexer.h"
 #include "MetricsInfo.h"
 #include "TocBackend.h"
 
@@ -45,6 +44,7 @@
 #include "support/debug.h"
 #include "support/gettext.h"
 #include "support/docstream.h"
+#include "support/Lexer.h"
 #include "support/lstrings.h"
 
 #include <set>
@@ -55,6 +55,7 @@ using namespace std;
 namespace lyx {
 
 using support::bformat;
+using support::Lexer;
 
 //////////////////////////////////////////////////////////////////////