iri.h is already included in wget.h, so don't include it in C files

This commit is contained in:
Xavier Saint 2008-08-04 11:08:33 +02:00
parent c74bc2da70
commit 84395897ad
6 changed files with 0 additions and 6 deletions

View File

@ -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). */

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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. */

View File

@ -42,7 +42,6 @@ as that of the covered work. */
#include "utils.h"
#include "url.h"
#include "host.h" /* for is_valid_ipv6_address */
#include "iri.h"
#ifdef TESTING
#include "test.h"