summaryrefslogtreecommitdiff
path: root/wocky/wocky-roster.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-roster.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-roster.c')
-rw-r--r--wocky/wocky-roster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wocky/wocky-roster.c b/wocky/wocky-roster.c
index 4c0180e..c91c477 100644
--- a/wocky/wocky-roster.c
+++ b/wocky/wocky-roster.c
@@ -43,7 +43,7 @@
#include "wocky-session.h"
#define DEBUG_FLAG DEBUG_ROSTER
-#include "wocky-debug.h"
+#include "wocky-debug-internal.h"
#define GOOGLE_ROSTER_VERSION "2"