]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/choice.cpp
correct painting of the items with custom colours in TVIS_DROPHILITED state (patch...
[wxWidgets.git] / src / motif / choice.cpp
index 04531704eee9215de01e5e1b5d5df092c916ea99..ba418a03e99f014d846ff7100ea802de8453f7bb 100644 (file)
 #endif
 
 #include "wx/choice.h"
-#include "wx/utils.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+#endif
+
 #include "wx/arrstr.h"
 
 #ifdef __VMS__