]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.h
prepare for 1.1.6pre2
[lyx.git] / src / ColorHandler.h
index b9e2640839f014d17f9da62f1941d551f31011f6..44cbc9d44a285834d0d433cb31b6d534d3567668 100644 (file)
 #pragma interface
 #endif
 
-//#include "config.h"
-//#include "LString.h"
-
 // This is only included to provide stuff for the non-public sections
 #include <X11/Xlib.h>
 
-#include <map>
 #include "PainterBase.h"
-#include "LColor.h"
 
 class LyXFont;
 class WorkArea;
@@ -60,6 +55,7 @@ private:
        Pixmap drawable;
 };
 
+///
 extern LyXColorHandler * lyxColorHandler;
 
 #endif