]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/clrpickerg.cpp
refresh tree item after changing its icon so that the change is visible
[wxWidgets.git] / src / generic / clrpickerg.cpp
index e0db6bbb012be62eb19d0452f7939f1621de44de..497bfa0a017e38cf74f9026be5d5f61bdef93d4d 100644 (file)
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include "wx/window.h"
-#endif //WX_PRECOMP
+#if wxUSE_COLOURPICKERCTRL
 
 #include "wx/clrpicker.h"
+
 #include "wx/colordlg.h"
 
 
@@ -36,8 +35,6 @@
 // implementation
 // ============================================================================
 
-#if wxUSE_COLOURPICKERCTRL
-
 wxColourData wxGenericColourButton::ms_data;
 IMPLEMENT_DYNAMIC_CLASS(wxGenericColourButton, wxButton)