removed unnecessary header includes
[pazpar2-moved-to-github.git] / src / test_relevance.c
index 1745c84..ec393f3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_relevance.c,v 1.8 2007-04-24 13:50:07 marc Exp $
+/* $Id: test_relevance.c,v 1.9 2007-04-25 07:00:33 marc Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -19,17 +19,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
  */
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <sys/time.h>
-#include <unistd.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <signal.h>
-#include <ctype.h>
-#include <assert.h>
-
 #if HAVE_CONFIG_H
 #include "cconfig.h"
 #endif
@@ -42,11 +31,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <yaz/test.h>
 
 
-//#include "pazpar2.h"
 #include "config.h"
 #include "relevance.h"
 #include "record.h"
-#include "pazpar2.h"
+#include "reclists.h"
 
 
 void test_relevance(int argc, char **argv)