]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
i18n files are installed as part of wxBase (and should be ideally part of separate...
[wxWidgets.git] / src / common / dircmn.cpp
index ee6a2fffaaf447f2fc12306d5f3af251c64324e1..9b385e5a188c62d23211bb01812802ae27ddcebb 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-/* this is done in platform-specific files
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dir.h"
-#endif
-*/
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -35,9 +29,9 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/filefn.h"
+    #include "wx/arrstr.h"
 #endif //WX_PRECOMP
 
-#include "wx/arrstr.h"
 #include "wx/dir.h"
 
 // ============================================================================
@@ -242,4 +236,3 @@ size_t wxDir::GetAllFiles(const wxString& dirname,
 
     return nFiles;
 }
-