]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.C
fix #1073
[lyx.git] / src / mathed / formulamacro.C
index c9231fe82cb1682ddc3bcaedb7aa3ebd9d574ca5..5cbf21b179ca26fb1c6979ff8e60e6ece72530da 100644 (file)
@@ -21,7 +21,7 @@
 #include "math_macro.h"
 #include "math_macrotable.h"
 #include "math_macrotemplate.h"
-#include "math_metricsinfo.h"
+#include "metricsinfo.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
 #include "BufferView.h"
@@ -37,7 +37,7 @@
 
 #include "Lsstream.h"
 
-#include "BoostFormat.h"
+#include "support/BoostFormat.h"
 
 using std::ostream;
 
@@ -177,7 +177,7 @@ void InsetFormulaMacro::draw(BufferView * bv, LyXFont const & f,
        LyXFont font(f);
        font.setColor(LColor::math);
 
-       MathPainterInfo pi = MathPainterInfo(bv->painter());
+       PainterInfo pi = PainterInfo(bv->painter());
        pi.base.style = LM_ST_TEXT;
        pi.base.font  = font;