aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-26 17:23:27 +0200
committerYang Tse <yangsita@gmail.com>2011-07-26 17:23:27 +0200
commitf1586cb4775681810afd8e6626e7842d459f3b85 (patch)
tree88590b6cd73744ed6c7ffe78a8ccafe3dfb1b90a /lib/formdata.c
parent983f3d70f9610a35f279b656a3322087e272f2a6 (diff)
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Diffstat (limited to 'lib/formdata.c')
-rw-r--r--lib/formdata.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index e6ab124aa..9e3ed08e5 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -21,6 +21,7 @@
***************************************************************************/
#include "setup.h"
+
#include <curl/curl.h>
/* Length of the random boundary string. */
@@ -28,10 +29,6 @@
#if !defined(CURL_DISABLE_HTTP) || defined(USE_SSLEAY)
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME)
#include <libgen.h>
#endif