mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
Removed some duplicated #includes
This commit is contained in:
parent
abe2e6ecf7
commit
100945694a
2 changed files with 0 additions and 6 deletions
|
|
@ -52,9 +52,6 @@
|
|||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -113,9 +113,6 @@
|
|||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue