summaryrefslogtreecommitdiff
path: root/wocky/wocky-pep-service.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-02-01 15:31:26 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-02-06 13:26:17 +0000
commit2beb6fe89dac878b1a786033bf452d10b3f8ad56 (patch)
tree3d48b787b422e03e4f643f4940123b4f769546d2 /wocky/wocky-pep-service.c
parent2f0be660cd161f5abcb2ab57331e85d0415415ea (diff)
Move most of debug.h to debug-internal.h
Gabble uses a couple of bits of this API to turn on a little bit of Wocky's debug output for the purposes of the D-Bus debugging interface, so making debug.h internal-only is not going to fly. However, most of it really is internal-only.
Diffstat (limited to 'wocky/wocky-pep-service.c')
-rw-r--r--wocky/wocky-pep-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wocky/wocky-pep-service.c b/wocky/wocky-pep-service.c
index 3e6193d..59bcda7 100644
--- a/wocky/wocky-pep-service.c
+++ b/wocky/wocky-pep-service.c
@@ -35,7 +35,7 @@
#include "wocky-signals-marshal.h"
#define DEBUG_FLAG DEBUG_PUBSUB
-#include "wocky-debug.h"
+#include "wocky-debug-internal.h"
G_DEFINE_TYPE (WockyPepService, wocky_pep_service, G_TYPE_OBJECT)