]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listctrl.cpp
wxStatusBarGeneric is used directly so the header needs to be included too
[wxWidgets.git] / src / palmos / listctrl.cpp
index 2fcaaebea40292928ca871770da7d4ec38b4f66d..5820ccaa582c66a49f14cbd8204c33a7a08141a2 100644 (file)
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/settings.h"
+    #include "wx/dcclient.h"
+    #include "wx/textctrl.h"
 #endif
 
-#include "wx/textctrl.h"
 #include "wx/imaglist.h"
 #include "wx/listctrl.h"
-#include "wx/dcclient.h"
 
 // ----------------------------------------------------------------------------
 // events
@@ -678,4 +678,3 @@ static void wxDeleteInternalData(wxListCtrl* ctl, long itemId)
 }
 
 #endif // wxUSE_LISTCTRL
-