Add timing for zebra_start/zebra_stop.
[idzebra-moved-to-github.git] / index / symtab.c
index de38be4..1d3c72a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: symtab.c,v 1.10 2006-08-14 10:40:15 adam Exp $
+/* $Id: symtab.c,v 1.12 2006-11-22 14:12:49 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -20,13 +20,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-
-#include "index.h"
+#include <yaz/xmalloc.h>
 
 struct strentry {
     char *name;