projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixing file paths after renaming
[wxWidgets.git]
/
src
/
msdos
/
mimetype.cpp
diff --git
a/src/msdos/mimetype.cpp
b/src/msdos/mimetype.cpp
index d3aaab0001048d3e5c6f9034b0a976610c304da1..0be46cd73d1d46477af6be5014176a7bb5af41e5 100644
(file)
--- a/
src/msdos/mimetype.cpp
+++ b/
src/msdos/mimetype.cpp
@@
-18,21
+18,21
@@
#if wxUSE_MIMETYPE
#if wxUSE_MIMETYPE
+#include "wx/msdos/mimetype.h"
+
#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#include "wx/string.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
#if wxUSE_GUI
#include "wx/icon.h"
#endif
#endif //WX_PRECOMP
-#include "wx/log.h"
#include "wx/file.h"
#include "wx/file.h"
-#include "wx/intl.h"
#include "wx/confbase.h"
#include "wx/confbase.h"
-#include "wx/msdos/mimetype.h"
-
// other standard headers
#include <ctype.h>
// other standard headers
#include <ctype.h>