]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.cpp
Add empty InsetLayout for undefined cases. Should avoid possible bugs caused by empty...
[lyx.git] / src / rowpainter.cpp
index df83d9a40c8e1feda2a527b21843dbf3b7321b46..9f20f65b7d3b278dfb2f80adcbcc12198b979ff8 100644 (file)
@@ -17,7 +17,6 @@
 #include "Buffer.h"
 #include "CoordCache.h"
 #include "Cursor.h"
-#include "support/debug.h"
 #include "BufferParams.h"
 #include "BufferView.h"
 #include "Changes.h"
@@ -40,6 +39,7 @@
 
 #include "insets/InsetText.h"
 
+#include "support/debug.h"
 #include "support/textutils.h"
 
 #include <boost/crc.hpp>