]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/evtloop.cpp
avoid hidden GetImageList
[wxWidgets.git] / src / palmos / evtloop.cpp
index 0c872acbbed8132fe774017ade598c97161a4258..3de13673dc5898884774af3c27b79b1b155fd45e 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "evtloop.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     WX_DEFINE_OBJARRAY(wxMsgArray);
 #endif // wxUSE_THREADS
 
+#include <Event.h>
+#include <SystemMgr.h>
+#include <Menu.h>
+#include <Form.h>
+
 // ----------------------------------------------------------------------------
 // helper class
 // ----------------------------------------------------------------------------