diff options
author | Daniel Mihalyi <amidabucu@gmail.com> | 2012-02-06 18:04:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-02-07 00:44:27 +0100 |
commit | 80f96ca6b5bd8a491275c5e192196642854a885c (patch) | |
tree | dfec4646b7cba061a7f32749e41c98dcacf01622 | |
parent | b5dc729643c198440ca9eec9e29db065343827b9 (diff) |
In the current glib version only the main glib.h can be included directly.
-rw-r--r-- | ucb/source/ucp/gvfs/gvfs_content.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx index 990ea9fdd5a3..5c8e7aa0f436 100644 --- a/ucb/source/ucp/gvfs/gvfs_content.hxx +++ b/ucb/source/ucp/gvfs/gvfs_content.hxx @@ -35,7 +35,7 @@ #include <com/sun/star/ucb/XContentCreator.hpp> #include <ucbhelper/contenthelper.hxx> -#include <glib/gthread.h> +#include <glib.h> #include <libgnomevfs/gnome-vfs-ops.h> #include <libgnomevfs/gnome-vfs-directory.h> |