]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/listbox.cpp
Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk1 / listbox.cpp
index ebfe1b76cbfe2c19dd2ca86cafbbb0a8ab87f778..ab51f39ea58a24eeeb5c8935561d260894dc369c 100644 (file)
 #if wxUSE_LISTBOX
 
 #include "wx/listbox.h"
-#include "wx/dynarray.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.h"
+    #include "wx/intl.h"
+    #include "wx/utils.h"
+#endif
+
 #include "wx/arrstr.h"
-#include "wx/utils.h"
-#include "wx/intl.h"
 #include "wx/checklst.h"
 #include "wx/settings.h"
 #include "wx/gtk1/private.h"
 
 #if wxUSE_TOOLTIPS
-#include "wx/tooltip.h"
+    #include "wx/tooltip.h"
 #endif
 
 #include <gdk/gdk.h>