diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-22 11:10:00 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-21 14:51:23 +0000 |
commit | a6ee0757ecb121514480c69ffa52b665903e4f26 (patch) | |
tree | 8c0dd37edb204b1e2efcfbeb48641d6e2ff8cb71 /dbus | |
parent | 725cbb2a0f5a957403a8da998594aa8a3a5b3f0c (diff) | |
download | dbus-a6ee0757ecb121514480c69ffa52b665903e4f26.tar.gz |
DBusTransport: don't include dbus-marshal-header.h either
No longer needed.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus-transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/dbus-transport.c b/dbus/dbus-transport.c index 117ddc8e..ba720f25 100644 --- a/dbus/dbus-transport.c +++ b/dbus/dbus-transport.c @@ -32,7 +32,6 @@ #include "dbus-credentials.h" #include "dbus-mainloop.h" #include "dbus-message.h" -#include "dbus-marshal-header.h" #ifdef DBUS_BUILD_TESTS #include "dbus-server-debug-pipe.h" #endif |