X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34deaa936202a60038f3c147527668402d2ce3f6..5d7792236f7e4fcbb94cdc2a5213e0c5788e8c28:/src/palmos/volume.cpp?ds=sidebyside diff --git a/src/palmos/volume.cpp b/src/palmos/volume.cpp index 042acfd85b..ed18fd3840 100644 --- a/src/palmos/volume.cpp +++ b/src/palmos/volume.cpp @@ -32,13 +32,16 @@ #include "wx/icon.h" #endif #include "wx/intl.h" + #include "wx/arrstr.h" + #include "wx/hashmap.h" #endif // WX_PRECOMP -#include "wx/arrstr.h" -#include "wx/hashmap.h" - #include +#ifdef __WXPALMOS6__ #include +#else +#include +#endif #if wxUSE_BASE