Portability enhancements to make better use of autoconf. All system
[sgt/agedu] / index.c
diff --git a/index.c b/index.c
index 56d657d..19cde65 100644 (file)
--- a/index.c
+++ b/index.c
@@ -2,10 +2,7 @@
  * index.c: Implementation of index.h.
  */
 
-#include <assert.h>
-#include <stdio.h>
-#include <stddef.h>
-
+#include "agedu.h"
 #include "trie.h"
 #include "index.h"
 #include "alloc.h"