]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mimetype.cpp
Build fix after wxColourBase introduction.
[wxWidgets.git] / src / unix / mimetype.cpp
index c39e2545456ed9d53989e86b7f3759c6d58f6e16..aa2d4f3d6303fd187ab151d81c7db369c97c6ccb 100644 (file)
 #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"
 
 #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 <ctype.h>