summaryrefslogtreecommitdiff
path: root/wocky/wocky-pep-service.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-29 17:21:31 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-29 17:21:31 +0100
commitf9601a319d69fd59124c68a0f8be57d4399df0da (patch)
tree62212326050844ccd718d0ecded386cbd53e1184 /wocky/wocky-pep-service.c
parent198e665a5b8bce4bdfac9cadcaf0eb0f054046d7 (diff)
wocky-pep-service: fix include of Wocky files
Diffstat (limited to 'wocky/wocky-pep-service.c')
-rw-r--r--wocky/wocky-pep-service.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wocky/wocky-pep-service.c b/wocky/wocky-pep-service.c
index 9c6eef2..784bbbc 100644
--- a/wocky/wocky-pep-service.c
+++ b/wocky/wocky-pep-service.c
@@ -19,10 +19,10 @@
#include "wocky-pep-service.h"
-#include <wocky/wocky-porter.h>
-#include <wocky/wocky-utils.h>
-#include <wocky/wocky-namespaces.h>
-#include <wocky/wocky-signals-marshal.h>
+#include "wocky-porter.h"
+#include "wocky-utils.h"
+#include "wocky-namespaces.h"
+#include "wocky-signals-marshal.h"
#define DEBUG_FLAG DEBUG_PUBSUB
#include "wocky-debug.h"