summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-monitor.c4
-rw-r--r--tools/dbus-tree-view.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c
index 91668546..3795ee3f 100644
--- a/tools/dbus-monitor.c
+++ b/tools/dbus-monitor.c
@@ -24,9 +24,7 @@
#include <string.h>
#include <glib.h>
-#include <dbus/dbus.h>
- /* Don't copy this, for programs outside the dbus tree it's dbus/dbus-glib.h */
-#include <glib/dbus-glib.h>
+#include <dbus/dbus-glib-lowlevel.h>
#include "dbus-print-message.h"
static DBusHandlerResult
diff --git a/tools/dbus-tree-view.h b/tools/dbus-tree-view.h
index 1d59d342..1bc61f6b 100644
--- a/tools/dbus-tree-view.h
+++ b/tools/dbus-tree-view.h
@@ -24,7 +24,7 @@
#define DBUS_TREE_VIEW_H
#include <gtk/gtk.h>
-#include <glib/dbus-glib.h>
+#include <dbus/dbus-glib.h>
#include <glib/dbus-gidl.h>
GtkWidget* dbus_tree_view_new (void);