]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS
[wxWidgets.git] / src / palmos / volume.cpp
index 5deb0a6427ec14f6fde6f0397f384618cf3dd585..042acfd85b6b47b552ba1f24163d303599126e11 100644 (file)
@@ -25,6 +25,8 @@
 
 #if wxUSE_FSVOLUME
 
+#include "wx/volume.h"
+
 #ifndef WX_PRECOMP
     #if wxUSE_GUI
         #include "wx/icon.h"
@@ -33,7 +35,7 @@
 #endif // WX_PRECOMP
 
 #include "wx/arrstr.h"
-#include "wx/volume.h"
+#include "wx/hashmap.h"
 
 #include <VFSMgr.h>
 #include <PalmTypesCompatibility.h>
@@ -232,4 +234,3 @@ wxIcon wxFSVolume::GetIcon(wxFSIconType type) const
 #endif // wxUSE_GUI
 
 #endif // wxUSE_FSVOLUME
-