]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/mempool.c
Opt: Calling hooks, config opts added
[libucw.git] / ucw / mempool.c
index f776caaaf989c42ccf4848e9ff74188b592d3bf2..521724a8b582accde6f68a649f793c0d5c05e6ba 100644 (file)
@@ -10,8 +10,8 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/mempool.h"
+#include <ucw/lib.h>
+#include <ucw/mempool.h>
 
 #include <string.h>
 
@@ -349,7 +349,7 @@ mp_pop(struct mempool *pool)
 
 #ifdef TEST
 
-#include "ucw/getopt.h"
+#include <ucw/getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>