]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathChar.cpp
index 8c8f1ef141e37cc278059fa0813fca3c86584ef5..46083a439eebb75bce0fbaadab1b79a290641add 100644 (file)
 #include "MathStream.h"
 #include "MetricsInfo.h"
 
-#include "support/debug.h"
 #include "Dimension.h"
 #include "TextPainter.h"
 
-#include "support/lstrings.h"
-
 #include "frontends/FontMetrics.h"
 
+#include "support/debug.h"
+#include "support/lstrings.h"
+
 
 namespace lyx {