]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/imaglist.cpp
Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / palmos / imaglist.cpp
index d07ac4bf6799146e03cbdedcde9ce218bef3dfb5..1a8d5c5df9acb80d579d1c93b16109c804b827b2 100644 (file)
     #include "wx/dc.h"
     #include "wx/string.h"
     #include "wx/dcmemory.h"
+    #include "wx/intl.h"
 #endif
 
 #include "wx/log.h"
-#include "wx/intl.h"
 
 #include "wx/palmos/imaglist.h"
 #include "wx/palmos/private.h"
@@ -135,4 +135,3 @@ bool wxImageList::Draw(int index,
 {
     return false;
 }
-