diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-04-17 14:27:34 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:58:21 +0200 |
commit | 2ee87da9e37f973f1ebdade8c9646b60ba6cb2ae (patch) | |
tree | 8285c980e171f391613d125b22884c92b4e25523 /client | |
parent | b0988eb4d6ec3f9ed202a6fd2214508ecd5b0b29 (diff) | |
download | gvfs-2ee87da9e37f973f1ebdade8c9646b60ba6cb2ae.tar.gz |
gdbus: Remove unused include
So that nothing depends on gvfsdbusutils.h, which is full of old libdbus code.
Diffstat (limited to 'client')
-rw-r--r-- | client/gvfsdaemondbus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/gvfsdaemondbus.c b/client/gvfsdaemondbus.c index 670827ad..790d6ebb 100644 --- a/client/gvfsdaemondbus.c +++ b/client/gvfsdaemondbus.c @@ -36,7 +36,6 @@ #include "gvfsdaemondbus.h" #include <gvfsdaemonprotocol.h> #include <gdaemonvfs.h> -#include "gvfsdbusutils.h" #include "gsysutils.h" #include <gvfsdbus.h> |