From: Vadim Zeitlin Date: Tue, 18 Apr 2006 21:06:25 +0000 (+0000) Subject: don't include GNOME FS header if we don't use it (and might not have it at all) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a24217f0500b95e77eee83fb42887ce8e5083157 don't include GNOME FS header if we don't use it (and might not have it at all) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index c39e254545..8a91d72f82 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -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