]> 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 a70624c27944101b56605113bae1688b455db256..9b385e5a188c62d23211bb01812802ae27ddcebb 100644 (file)
@@ -29,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"
 
 // ============================================================================
@@ -236,4 +236,3 @@ size_t wxDir::GetAllFiles(const wxString& dirname,
 
     return nFiles;
 }
-