]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
correct painting of the items with custom colours in TVIS_DROPHILITED state (patch...
[wxWidgets.git] / src / palmos / volume.cpp
index e0530d13d28ffda0b84ddb61a37e30ebaff2d381..042acfd85b6b47b552ba1f24163d303599126e11 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "fsvolume.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -29,6 +25,8 @@
 
 #if wxUSE_FSVOLUME
 
+#include "wx/volume.h"
+
 #ifndef WX_PRECOMP
     #if wxUSE_GUI
         #include "wx/icon.h"
 #endif // WX_PRECOMP
 
 #include "wx/arrstr.h"
-#include "wx/volume.h"
+#include "wx/hashmap.h"
 
-#include "VFSMgr.h"
+#include <VFSMgr.h>
+#include <PalmTypesCompatibility.h>
 
 #if wxUSE_BASE
 
@@ -235,4 +234,3 @@ wxIcon wxFSVolume::GetIcon(wxFSIconType type) const
 #endif // wxUSE_GUI
 
 #endif // wxUSE_FSVOLUME
-