From: Simon McVittie Date: Wed, 22 Jun 2011 10:00:58 +0000 (+0100) Subject: DBusTransport: don't use dbus-message-private.h X-Git-Tag: dbus-1.5.10~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5b93567bfaf49e5e06321f6bc2f5a7324c6754f;p=platform%2Fupstream%2Fdbus.git DBusTransport: don't use dbus-message-private.h It seems it's no longer needed here. 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 f743d01..117ddc8 100644 --- a/dbus/dbus-transport.c +++ b/dbus/dbus-transport.c @@ -31,7 +31,7 @@ #include "dbus-address.h" #include "dbus-credentials.h" #include "dbus-mainloop.h" -#include "dbus-message-private.h" +#include "dbus-message.h" #include "dbus-marshal-header.h" #ifdef DBUS_BUILD_TESTS #include "dbus-server-debug-pipe.h"