X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..5b061713ead8efcd266f9eebe50f77358e07b651:/src/unix/mimetype.cpp diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index c39e254545..aa2d4f3d63 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -39,13 +39,13 @@ #if wxUSE_MIMETYPE && wxUSE_FILE && wxUSE_TEXTFILE #ifndef WX_PRECOMP + #include "wx/dynarray.h" #include "wx/string.h" #endif #include "wx/log.h" #include "wx/file.h" #include "wx/intl.h" -#include "wx/dynarray.h" #include "wx/confbase.h" #include "wx/ffile.h" @@ -58,8 +58,10 @@ #include "wx/unix/mimetype.h" -// Not GUI dependent -#include "wx/gtk/gnome/gvfs.h" +#if wxUSE_LIBGNOMEVFS + // Not GUI dependent + #include "wx/gtk/gnome/gvfs.h" +#endif // other standard headers #include