marking.c
changeset 2 30b66610f86a
parent 1 c8473c43ce72
child 10 b84d72957c06
--- a/marking.c	Thu Nov 12 12:46:56 2009 +0200
+++ b/marking.c	Fri Jan 15 11:17:42 2010 +0200
@@ -24,12 +24,12 @@
 #include <gmodule.h>
 #include <string.h>
 
-#include "hbuf.h"
-#include "screen.h"
-#include "commands.h"
-#include "compl.h"
-#include "utils.h"
-#include "logprint.h"
+#include <mcabber/hbuf.h>
+#include <mcabber/screen.h>
+#include <mcabber/commands.h>
+#include <mcabber/compl.h>
+#include <mcabber/utils.h>
+#include <mcabber/logprint.h>
 
 static GSList *marked_jids = NULL;