cmd.c
changeset 8 5771827a4976
parent 7 08aba7a38618
child 11 fafc922963f5
--- a/cmd.c	Sat Dec 26 02:00:19 2009 +0200
+++ b/cmd.c	Fri Jan 15 09:20:47 2010 +0200
@@ -25,13 +25,13 @@
 #include <unistd.h>
 #include <errno.h>
 
-#include "commands.h"
-#include "logprint.h"
-#include "utils.h"
-#include "settings.h"
-#include "hbuf.h"
-#include "xmpp.h"
-#include "roster.h"
+#include <mcabber/commands.h>
+#include <mcabber/logprint.h>
+#include <mcabber/utils.h>
+#include <mcabber/settings.h>
+#include <mcabber/hbuf.h>
+#include <mcabber/xmpp.h>
+#include <mcabber/roster.h>
 
 typedef struct {
 	gchar      *jid;