]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clrpickercmn.cpp
remove redundant GdkBitmap representation from wxBitmap
[wxWidgets.git] / src / common / clrpickercmn.cpp
index 5f208643e56fbebcae8a961fce8332f76300f6e2..6b7ea1c7687d1d218ba1cb216609d5c571b8c3c9 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_COLOURPICKERCTRL
+
 #include "wx/clrpicker.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/textctrl.h"
+#endif
 
 
 // ============================================================================
 // implementation
 // ============================================================================
 
-#if wxUSE_COLOURPICKERCTRL
-
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_COLOURPICKER_CHANGED)
 IMPLEMENT_DYNAMIC_CLASS(wxColourPickerCtrl, wxPickerBase)
 IMPLEMENT_DYNAMIC_CLASS(wxColourPickerEvent, wxEvent)