removed unnecessary header includes
[pazpar2-moved-to-github.git] / src / test_record.c
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)