]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Revert 23154.
[lyx.git] / src / output_latex.cpp
index c6c9dcd0ea527e0e94d14bde544064bd730abd97..4865845b455ff465dc363271949719ad74d625c9 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "Buffer.h"
 #include "BufferParams.h"
-#include "support/debug.h"
 #include "Encoding.h"
 #include "InsetList.h"
 #include "Language.h"
@@ -31,6 +30,7 @@
 #include "insets/InsetBibitem.h"
 #include "insets/InsetOptArg.h"
 
+#include "support/debug.h"
 #include "support/lstrings.h"
 
 #include <boost/next_prior.hpp>