]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/eltpool.c
Doc: Mention fb_multi in the release notes
[libucw.git] / ucw / eltpool.c
index 99f353bc72f69125758db6cc7602679ea7b70cdf..11fd14aa433f3f283f923dfde44e6b37ce148b1d 100644 (file)
@@ -18,8 +18,8 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/eltpool.h"
+#include <ucw/lib.h>
+#include <ucw/eltpool.h>
 
 struct eltpool *
 ep_new(uns elt_size, uns elts_per_chunk)
@@ -73,7 +73,7 @@ ep_total_size(struct eltpool *pool)
 #ifdef TEST
 
 #include <stdio.h>
-#include "ucw/clists.h"
+#include <ucw/clists.h>
 
 struct argh {
   cnode n;