]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.h
OK I'll try guii1 again ...
[lyx.git] / src / ColorHandler.h
index 6a74288f4f8a44ee979589741cec65dcd05a1185..af85ad88b6a6ef1fa48e77ba5b7e9a686f6eff1f 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995-2001 The LyX Team
  *
  * ======================================================*/
 #pragma interface
 #endif
 
-#include <boost/smart_ptr.hpp>
+#include "frontends/Painter.h"
+
+#include <boost/scoped_ptr.hpp>
 
 // This is only included to provide stuff for the non-public sections
 #include <X11/Xlib.h>
 
-#include "PainterBase.h"
-
 class LyXFont;
 
 /**