]> git.lyx.org Git - features.git/blobdiff - src/BufferView.C
some small updates to Painter, and make the new painter the default.
[features.git] / src / BufferView.C
index d8f6c40950e159fbc6e49865653054d77efe3126..7cf2388264a0bed9b87c7c44933ee6c8f286b984 100644 (file)
@@ -41,7 +41,6 @@ using std::for_each;
 #endif
 
 #include "debug.h"
-#include "lyxdraw.h"
 #include "lyx_gui_misc.h"
 #include "BackStack.h"
 #include "lyxtext.h"
@@ -53,6 +52,9 @@ using std::for_each;
 #include "lyxrc.h"
 #include "lyxrow.h"
 #include "WorkArea.h"
+#ifndef USE_PAINTER
+#include "lyxdraw.h"
+#endif
 
 using std::find_if;