summaryrefslogtreecommitdiff
path: root/bus/test-main.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-22 11:06:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 14:51:21 +0000
commit725cbb2a0f5a957403a8da998594aa8a3a5b3f0c (patch)
tree3ee28c77211350825e7f6fa915ff810eb8689902 /bus/test-main.c
parentc5b93567bfaf49e5e06321f6bc2f5a7324c6754f (diff)
downloaddbus-725cbb2a0f5a957403a8da998594aa8a3a5b3f0c.tar.gz
Move _dbus_check_fdleaks_enter to dbus-message-internal.h
This means the bus test can use them without needing dbus-message-private.h, reducing its view of message internals. 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 'bus/test-main.c')
-rw-r--r--bus/test-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/test-main.c b/bus/test-main.c
index 1b7c5bea..0f736c7c 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -28,7 +28,7 @@
#include <dbus/dbus-string.h>
#include <dbus/dbus-sysdeps.h>
#include <dbus/dbus-internals.h>
-#include <dbus/dbus-message-private.h>
+#include <dbus/dbus-message-internal.h>
#include "selinux.h"
#ifdef DBUS_BUILD_TESTS