]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / palmos / volume.cpp
index 5deb0a6427ec14f6fde6f0397f384618cf3dd585..69137b60ef5a900a585e75d1acb2fad87185823b 100644 (file)
 
 #if wxUSE_FSVOLUME
 
+#include "wx/volume.h"
+
 #ifndef WX_PRECOMP
     #if wxUSE_GUI
         #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/volume.h"
-
 #include <VFSMgr.h>
 #include <PalmTypesCompatibility.h>
 
@@ -232,4 +233,3 @@ wxIcon wxFSVolume::GetIcon(wxFSIconType type) const
 #endif // wxUSE_GUI
 
 #endif // wxUSE_FSVOLUME
-