]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.cpp
Revert 23154.
[lyx.git] / src / Lexer.cpp
index 18437143ce3c99402061576b5d4b54ca3b1fd411..6f5da00d2bbebcd1e6a7a3be8f330ff2cb60d427 100644 (file)
 
 #include "Lexer.h"
 
-#include "support/debug.h"
-
 #include "support/convert.h"
+#include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/gzstream.h"
 #include "support/lstrings.h"
 #include "support/lyxalgo.h"
 #include "support/types.h"
-#include "support/unicode.h"
 
 #include <boost/noncopyable.hpp>