]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
renamed local variable named m_radio as the m_ prefix was very confusing
[wxWidgets.git] / src / gtk / listbox.cpp
index a0d65e54010ede4254116fd562fecb2d25c07487..21fc6d64bfdc89e02c8358a8a403073016253bce 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/log.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/log.h"
 #include "wx/gtk/private.h"
 #include "wx/gtk/treeentry_gtk.h"
 
 #if wxUSE_TOOLTIPS
-#include "wx/tooltip.h"
+    #include "wx/tooltip.h"
 #endif
 
 #include <gdk/gdk.h>