aboutsummaryrefslogtreecommitdiff
path: root/tests/server/testpart.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/testpart.c
parent8adc7038fe513ff3651845be186560686e797f14 (diff)
header inclusion cleanup
Diffstat (limited to 'tests/server/testpart.c')
-rw-r--r--tests/server/testpart.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/server/testpart.c b/tests/server/testpart.c
index c1ebdd44f..df0d1aa8f 100644
--- a/tests/server/testpart.c
+++ b/tests/server/testpart.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -23,10 +23,6 @@
#include "setup.h"
-#include <stdio.h>
-#include <ctype.h>
-#include <string.h>
-#include <stdlib.h>
#include "getpart.h"
#define _MPRINTF_REPLACE /* use our functions only */