#include "setup.h" moved first of all includes

This commit is contained in:
Daniel Stenberg 2000-08-24 14:26:33 +00:00
parent 400ca043c7
commit b6e18f2f66
21 changed files with 42 additions and 27 deletions

View file

@ -49,6 +49,8 @@
*/
#include "setup.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -56,7 +58,6 @@
#include <time.h>
#include "setup.h"
#include <curl/curl.h>
#include "formdata.h"