summaryrefslogtreecommitdiff
path: root/tools/dkp-tool.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-08-01 17:27:12 +0100
committerRichard Hughes <richard@hughsie.com>2008-08-01 17:27:12 +0100
commit74683e3fa712d7f4f2b2474cc4c045020ad2bafb (patch)
tree2ab261d5b30e8ac8e0c9ae899221c7f0e66e85c7 /tools/dkp-tool.c
parentd06a9707c5e2ab366325e5e8e77207dcc1885c56 (diff)
of course, the right thing to do is make a static lib to avoid playing with ../src/ type paths
Diffstat (limited to 'tools/dkp-tool.c')
-rw-r--r--tools/dkp-tool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dkp-tool.c b/tools/dkp-tool.c
index 14f3f1a..f7dfb66 100644
--- a/tools/dkp-tool.c
+++ b/tools/dkp-tool.c
@@ -46,8 +46,8 @@
#include "dkp-daemon-glue.h"
#include "dkp-marshal.h"
-#include "../src/dkp-debug.h"
-#include "../src/dkp-object.h"
+#include "dkp-debug.h"
+#include "dkp-object.h"
static DBusGConnection *bus = NULL;
static DBusGProxy *power_proxy = NULL;