summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-22 09:41:29 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-22 09:41:29 +0100
commit263a21c3d21d9a56d30b0c9d17be8cf683011571 (patch)
tree0029b9c69a680bb333899638d863079583a76eff /src
parent880ea0007c66d856853b5d6e34546781b8ea582d (diff)
downloadtelepathy-salut-263a21c3d21d9a56d30b0c9d17be8cf683011571.tar.gz
util: include salut-contact.h in the normal place
This was a temporary fix until I worked out the uuid problem, now fixed a couple of commits ago. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/salut-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/salut-util.c b/src/salut-util.c
index a26bed6e..f3d4860a 100644
--- a/src/salut-util.c
+++ b/src/salut-util.c
@@ -28,6 +28,8 @@
#include <dbus/dbus-glib.h>
#include <telepathy-glib/util.h>
+#include "salut-contact.h"
+
#ifdef HAVE_UUID
# include <uuid.h>
#endif
@@ -321,8 +323,6 @@ salut_generate_id (void)
#endif
}
-#include "salut-contact.h"
-
static void
send_stanza_to_contact (WockyPorter *porter,
WockyContact *contact,