X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fbinheap-test.c;h=76b1a9bc994e6eef733137dbb1f72d2e2b6fa027;hb=0c576082142e5a560c776034b651bf795598983f;hp=9589b07bf4aa61683d77aca7a17ab9721c9718af;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/binheap-test.c b/ucw/binheap-test.c index 9589b07b..76b1a9bc 100644 --- a/ucw/binheap-test.c +++ b/ucw/binheap-test.c @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" +#include #include #include @@ -16,7 +16,7 @@ #define BH_WANT_INSERT #define BH_WANT_FINDMIN #define BH_WANT_DELETEMIN -#include "ucw/binheap-node.h" +#include struct item { struct bh_node n; @@ -52,7 +52,7 @@ bht_dump(struct bh_heap *h) bht_do_dump(b, b->last_son, 1); } -#include "ucw/binheap.h" +#include int main(void) {