git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12708
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/imaglist.h"
#include "wx/control.h"
#include "wx/timer.h"
#include "wx/imaglist.h"
#include "wx/control.h"
#include "wx/timer.h"
-#include "wx/textctrl.h"
#include "wx/dcclient.h"
#include "wx/scrolwin.h"
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/scrolwin.h"
#include "wx/settings.h"
-#include "wx/dcscreen.h"
-#include "wx/app.h"
-#include "wx/listctrl.h"
+#ifndef WX_PRECOMP
+ #include "wx/app.h"
+
+ #include "wx/dynarray.h"
+
+ #include "wx/dcscreen.h"
+
+ #include "wx/textctrl.h"
+#endif
+
-#include "wx/dynarray.h"
+#include "wx/listctrl.h"
-#include <gtk/gtk.h>
-#include "wx/gtk/win_gtk.h"
+ #include <gtk/gtk.h>
+ #include "wx/gtk/win_gtk.h"
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------