mirror of
https://github.com/mirror/wget.git
synced 2025-01-08 19:30:41 +08:00
iri.h is already included in wget.h, so don't include it in C files
This commit is contained in:
parent
c74bc2da70
commit
84395897ad
@ -58,7 +58,6 @@ as that of the covered work. */
|
|||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "connect.h"
|
#include "connect.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "iri.h"
|
|
||||||
|
|
||||||
/* Define sockaddr_storage where unavailable (presumably on IPv4-only
|
/* Define sockaddr_storage where unavailable (presumably on IPv4-only
|
||||||
hosts). */
|
hosts). */
|
||||||
|
@ -53,7 +53,6 @@ as that of the covered work. */
|
|||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "iri.h"
|
|
||||||
|
|
||||||
#ifndef NO_ADDRESS
|
#ifndef NO_ADDRESS
|
||||||
# define NO_ADDRESS NO_DATA
|
# define NO_ADDRESS NO_DATA
|
||||||
|
@ -39,7 +39,6 @@ as that of the covered work. */
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "iri.h"
|
|
||||||
|
|
||||||
/* RFC3987 section 3.1 mandates STD3 ASCII RULES */
|
/* RFC3987 section 3.1 mandates STD3 ASCII RULES */
|
||||||
#define IDNA_FLAGS IDNA_USE_STD3_ASCII_RULES
|
#define IDNA_FLAGS IDNA_USE_STD3_ASCII_RULES
|
||||||
|
@ -51,7 +51,6 @@ as that of the covered work. */
|
|||||||
#include "html-url.h"
|
#include "html-url.h"
|
||||||
#include "css-url.h"
|
#include "css-url.h"
|
||||||
#include "spider.h"
|
#include "spider.h"
|
||||||
#include "iri.h"
|
|
||||||
|
|
||||||
/* Functions for maintaining the URL queue. */
|
/* Functions for maintaining the URL queue. */
|
||||||
|
|
||||||
|
@ -51,7 +51,6 @@ as that of the covered work. */
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "convert.h"
|
#include "convert.h"
|
||||||
#include "ptimer.h"
|
#include "ptimer.h"
|
||||||
#include "iri.h"
|
|
||||||
#include "html-url.h"
|
#include "html-url.h"
|
||||||
|
|
||||||
/* Total size of downloaded files. Used to enforce quota. */
|
/* Total size of downloaded files. Used to enforce quota. */
|
||||||
|
@ -42,7 +42,6 @@ as that of the covered work. */
|
|||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "host.h" /* for is_valid_ipv6_address */
|
#include "host.h" /* for is_valid_ipv6_address */
|
||||||
#include "iri.h"
|
|
||||||
|
|
||||||
#ifdef TESTING
|
#ifdef TESTING
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user