]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBox.cpp
index 2e04a4d93aaa403cfe31c2439f8e802086d5c612..db22b7a837d7f758386ce6badd59b846a7ce7a0c 100644 (file)
@@ -19,7 +19,6 @@
 #include "BufferView.h"
 #include "Cursor.h"
 #include "DispatchResult.h"
-#include "support/debug.h"
 #include "FuncStatus.h"
 #include "FuncRequest.h"
 #include "support/gettext.h"
@@ -28,6 +27,7 @@
 #include "MetricsInfo.h"
 #include "TextClass.h"
 
+#include "support/debug.h"
 #include "support/Translator.h"
 
 #include <sstream>