]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetNewpage.cpp
index e26d2f21aa6e606c0dcb5f4cbb49eed1636f62cc..d539c9fa723fbe0ea3ae72656c9a33bd9ad92141 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "InsetNewpage.h"
 
-#include "support/debug.h"
-#include "support/gettext.h"
 #include "Text.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
+#include "support/debug.h"
 #include "support/docstring.h"
 #include "support/docstream.h"
+#include "support/gettext.h"
 
 using namespace std;