X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..b7540dc1ecf6de3a9f771c3cd24c688a0122c248:/src/palmos/volume.cpp diff --git a/src/palmos/volume.cpp b/src/palmos/volume.cpp index e0530d13d2..5deb0a6427 100644 --- a/src/palmos/volume.cpp +++ b/src/palmos/volume.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "fsvolume.h" -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ @@ -39,7 +35,8 @@ #include "wx/arrstr.h" #include "wx/volume.h" -#include "VFSMgr.h" +#include +#include #if wxUSE_BASE