src/server/daemon/config.h

changeset 91
fac51f87def0
parent 77
f1cff81e425a
child 106
b122f34ddc80
--- a/src/server/daemon/config.h	Wed Jul 31 13:02:06 2013 +0200
+++ b/src/server/daemon/config.h	Sun Sep 08 23:27:07 2013 +0200
@@ -44,11 +44,10 @@
 #include "keyfile_auth.h"
 #include "log.h"
 
-#include "../ucx/list.h"
-#include "../ucx/dlist.h"
-#include "../ucx/map.h"
-#include "../ucx/mempool.h"
-#include "../ucx/string.h"
+#include <ucx/list.h>
+#include <ucx/map.h>
+#include <ucx/mempool.h>
+#include <ucx/string.h>
 
 #ifdef	__cplusplus
 extern "C" {

mercurial