]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.cpp
Does not compile on older gcc.
[lyx.git] / src / insets / InsetNewline.cpp
index 86f60f6b3a5441d6be3764daf25075d1f1637d5f..05c6ee417f2a7a5ab92980647e28e3af42d9cd31 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <config.h>
-#include <output_docbook.h>
 
 #include "InsetNewline.h"
 
@@ -21,6 +20,7 @@
 #include "Lexer.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
+#include "output_docbook.h"
 #include "output_xhtml.h"
 #include "texstream.h"