]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msdos/mimetype.cpp
correct bug with using uninitialized end variable (unused variable warnings are not...
[wxWidgets.git] / src / msdos / mimetype.cpp
index d3aaab0001048d3e5c6f9034b0a976610c304da1..0be46cd73d1d46477af6be5014176a7bb5af41e5 100644 (file)
 
 #if wxUSE_MIMETYPE
 
+#include "wx/msdos/mimetype.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/string.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
     #if wxUSE_GUI
         #include "wx/icon.h"
     #endif
 #endif //WX_PRECOMP
 
-#include "wx/log.h"
 #include "wx/file.h"
-#include "wx/intl.h"
 #include "wx/confbase.h"
 
-#include "wx/msdos/mimetype.h"
-
 // other standard headers
 #include <ctype.h>