#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

@@ -46,6 +46,8 @@
*
****************************************************************************/
#include "setup.h"
/* -- WIN32 approved -- */
#include <stdio.h>
#include <string.h>
@@ -57,8 +59,6 @@
#include <errno.h>
#include "setup.h"
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <winsock.h>
#include <time.h>