X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/84849cbd12159f7950a5ee35a36f5251a6d8bd3e..15e738400fc6d322b0caad7a5a7ef1dcaea5065f:/index.c diff --git a/index.c b/index.c index 2d1f840..19cde65 100644 --- a/index.c +++ b/index.c @@ -2,13 +2,10 @@ * index.c: Implementation of index.h. */ -#include -#include -#include - +#include "agedu.h" #include "trie.h" #include "index.h" -#include "malloc.h" +#include "alloc.h" #define alignof(typ) ( offsetof(struct { char c; typ t; }, t) )