]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetSpecialChar.cpp
index a1f7fec332837ad177fc99448c7d0fd0354c1f9d..0e5337f51dd86b6c0c6fd664857133fc061e2baa 100644 (file)
@@ -19,7 +19,6 @@
 #include "Font.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
-#include "Lexer.h"
 #include "MetricsInfo.h"
 #include "output_xhtml.h"
 #include "xml.h"
 
 #include "support/debug.h"
 #include "support/docstream.h"
+#include "support/Lexer.h"
 
 using namespace std;
 
 namespace lyx {
 
+using support::Lexer;
+
 
 InsetSpecialChar::InsetSpecialChar(Kind k)
        : Inset(nullptr), kind_(k)