From: Simon McVittie Date: Wed, 22 Jun 2011 10:10:00 +0000 (+0100) Subject: DBusTransport: don't include dbus-marshal-header.h either X-Git-Tag: dbus-1.5.10~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6ee0757ecb121514480c69ffa52b665903e4f26;p=thirdparty%2Fdbus.git 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 Reviewed-by: Guillaume Desmottes --- diff --git a/dbus/dbus-transport.c b/dbus/dbus-transport.c index 117ddc8eb..ba720f253 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