]> git.lyx.org Git - features.git/blobdiff - src/insets/insetspecialchar.C
some small updates to Painter, and make the new painter the default.
[features.git] / src / insets / insetspecialchar.C
index cbc9f67f23282709a9483ec2ce04f809cfe3e163..e1eba4e01a0e1cafcac681b88874416914237387 100644 (file)
 #endif
 
 #include "insetspecialchar.h"
-#include "lyxdraw.h"
 #include "debug.h"
 #include "LaTeXFeatures.h"
 #include "Painter.h"
+#ifndef USE_PAINTER
+#include "lyxdraw.h"
+#endif
 
 InsetSpecialChar::InsetSpecialChar(Kind k)
        : kind(k)