removed unnecessary header includes
authorMarc Cromme <marc@indexdata.dk>
Wed, 25 Apr 2007 07:00:33 +0000 (07:00 +0000)
committerMarc Cromme <marc@indexdata.dk>
Wed, 25 Apr 2007 07:00:33 +0000 (07:00 +0000)
src/test_config.c
src/test_record.c
src/test_relevance.c

index d608d98..f351a28 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_config.c,v 1.2 2007-04-23 12:33:00 marc Exp $
+/* $Id: test_config.c,v 1.3 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
@@ -41,8 +30,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <yaz/test.h>
 
-
-//#include "pazpar2.h"
 #include "config.h"
 
 
index b5643d0..3ca766b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_record.c,v 1.3 2007-04-24 22:17:05 marc Exp $
+/* $Id: test_record.c,v 1.4 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
@@ -41,11 +30,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <yaz/test.h>
 
-
-//#include "pazpar2.h"
 #include "config.h"
 #include "record.h"
-//#include "pazpar2.h"
+
 
 
 void test_record(int argc, char **argv)
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)