aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sockfilt.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-28 00:55:06 +0000
committerYang Tse <yangsita@gmail.com>2008-02-28 00:55:06 +0000
commited63d9d4de2c40ee2bb15f3f2ffed0d9bfe54c22 (patch)
treed76ac6f2c064c5a952f43623d51ac3e335cdcfab /tests/server/sockfilt.c
parent8adc7038fe513ff3651845be186560686e797f14 (diff)
header inclusion cleanup
Diffstat (limited to 'tests/server/sockfilt.c')
-rw-r--r--tests/server/sockfilt.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index 8db3ed522..c54734a52 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -48,16 +48,9 @@
*/
#include "setup.h" /* portability help from the lib directory */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
+#ifdef HAVE_SIGNAL_H
#include <signal.h>
-#include <time.h>
-#include <ctype.h>
-#include <sys/time.h>
-#include <sys/types.h>
-
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif