]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiView.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / frontends / qt / GuiView.cpp
index c44fbb3ed14bb877cfb51c69d7d9c73100f160ac..94a0a84be2d378d0a46d5dc4a81faad4a4cc4b72 100644 (file)
@@ -34,7 +34,6 @@
 #include "TocModel.h"
 
 #include "qt_helpers.h"
-#include "support/filetools.h"
 
 #include "frontends/alert.h"
 #include "frontends/KeySymbol.h"
@@ -56,7 +55,6 @@
 #include "KeySymbol.h"
 #include "Language.h"
 #include "LayoutFile.h"
-#include "Lexer.h"
 #include "LyXAction.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "support/debug.h"
 #include "support/ExceptionMessage.h"
 #include "support/FileName.h"
-#include "support/gettext.h"
+#include "support/filetools.h"
 #include "support/ForkedCalls.h"
+#include "support/gettext.h"
 #include "support/lassert.h"
+#include "support/Lexer.h"
 #include "support/lstrings.h"
 #include "support/os.h"
 #include "support/Package.h"