]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetQuotes.cpp
index 9e03914dd4b6a6311cdd7d9b866064645060228a..98ed950521898f1e8b1f5df9f1de8b755759574c 100644 (file)
@@ -15,7 +15,6 @@
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
-#include "support/debug.h"
 #include "Dimension.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
@@ -27,6 +26,7 @@
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
+#include "support/debug.h"
 #include "support/docstring.h"
 #include "support/docstream.h"
 #include "support/lstrings.h"