X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/unix/mimetype.cpp diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index aa2d4f3d63..ab1cd8db14 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -38,14 +38,16 @@ #if wxUSE_MIMETYPE && wxUSE_FILE && wxUSE_TEXTFILE +#include "wx/unix/mimetype.h" + #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/string.h" + #include "wx/intl.h" #endif #include "wx/log.h" #include "wx/file.h" -#include "wx/intl.h" #include "wx/confbase.h" #include "wx/ffile.h" @@ -56,8 +58,6 @@ #include "wx/iconloc.h" #include "wx/filename.h" -#include "wx/unix/mimetype.h" - #if wxUSE_LIBGNOMEVFS // Not GUI dependent #include "wx/gtk/gnome/gvfs.h"