[WININET]

* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61829
This commit is contained in:
Amine Khaldi 2014-01-26 13:23:06 +00:00
parent 2d1bffa08b
commit 52a16187fb
2 changed files with 4 additions and 8 deletions

View file

@ -26,7 +26,6 @@
#include <wine/config.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#define _INC_WINDOWS
@ -45,10 +44,9 @@
#define NO_SHLWAPI_GDI
#include <shlwapi.h>
#include <wine/unicode.h>
#include <wine/list.h>
#include <time.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
@ -85,11 +83,10 @@
#include <winineti.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(wininet);
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(wininet);
extern HMODULE WININET_hModule DECLSPEC_HIDDEN;
#ifndef INET6_ADDRSTRLEN

View file

@ -30,7 +30,6 @@
#ifdef HAVE_SYS_FILIO_H
# include <sys/filio.h>
#endif
#include <time.h>
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif