mirror of
https://github.com/curl/curl.git
synced 2026-06-05 00:14:15 +03:00
Revert "apply the logic to tests that include 3rd-party headers"
This reverts commit 9148ea61d5.
No need: curl_setup.h is already included in each source and it
does the undef already.
This commit is contained in:
parent
9148ea61d5
commit
cce3d0ab1f
7 changed files with 1 additions and 16 deletions
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
#ifdef HAVE_INET_PTON
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
@ -34,7 +32,6 @@
|
|||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "curl_memory.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
/* to prevent libcurl from closing our socket */
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "first.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
@ -36,8 +34,6 @@
|
|||
#endif
|
||||
|
||||
#include "testutil.h"
|
||||
|
||||
#include "curl_memory.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
#define RTP_PKT_CHANNEL(p) ((int)((unsigned char)((p)[1])))
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
#include "tool_xattr.h"
|
||||
|
||||
#include "memdebug.h" /* LAST include file */
|
||||
|
||||
static CURLcode test_tool1621(char *arg)
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#include "curl_mem_undef.h" /* include BEFORE system headers */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue