DBusTransport: don't include dbus-marshal-header.h either
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 22 Jun 2011 10:10:00 +0000 (11:10 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 21 Feb 2012 14:51:23 +0000 (14:51 +0000)
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>
dbus/dbus-transport.c

index 117ddc8..ba720f2 100644 (file)
@@ -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