]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / MathSupport.cpp
index b930d1f5660c041b608bd776bd8932caaff92825..d1831d4432203050ff4b22c04c0e2456b5d18c13 100644 (file)
 #include "MathParser.h"
 #include "MathStream.h"
 
-#include "support/debug.h"
-
-#include "support/docstream.h"
-
 #include "frontends/FontLoader.h"
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
+#include "support/debug.h"
+#include "support/docstream.h"
+
 #include <map>
 #include <sstream>