mirror of
https://github.com/mirror/wget.git
synced 2025-01-07 19:00:30 +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 "connect.h"
|
||||
#include "hash.h"
|
||||
#include "iri.h"
|
||||
|
||||
/* Define sockaddr_storage where unavailable (presumably on IPv4-only
|
||||
hosts). */
|
||||
|
@ -53,7 +53,6 @@ as that of the covered work. */
|
||||
#include "host.h"
|
||||
#include "url.h"
|
||||
#include "hash.h"
|
||||
#include "iri.h"
|
||||
|
||||
#ifndef NO_ADDRESS
|
||||
# define NO_ADDRESS NO_DATA
|
||||
|
@ -39,7 +39,6 @@ as that of the covered work. */
|
||||
#include <errno.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "iri.h"
|
||||
|
||||
/* RFC3987 section 3.1 mandates 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 "css-url.h"
|
||||
#include "spider.h"
|
||||
#include "iri.h"
|
||||
|
||||
/* Functions for maintaining the URL queue. */
|
||||
|
||||
|
@ -51,7 +51,6 @@ as that of the covered work. */
|
||||
#include "hash.h"
|
||||
#include "convert.h"
|
||||
#include "ptimer.h"
|
||||
#include "iri.h"
|
||||
#include "html-url.h"
|
||||
|
||||
/* Total size of downloaded files. Used to enforce quota. */
|
||||
|
Loading…
Reference in New Issue
Block a user