]> sjero.net Git - wget/commitdiff
iri.h is already included in wget.h, so don't include it in C files
authorXavier Saint <wget@sxav.eu>
Mon, 4 Aug 2008 09:08:33 +0000 (11:08 +0200)
committerXavier Saint <wget@sxav.eu>
Mon, 4 Aug 2008 09:08:33 +0000 (11:08 +0200)
src/connect.c
src/host.c
src/iri.c
src/recur.c
src/retr.c
src/url.c

index 6cfdb4b73f6b310632419a461c2e982e8a3033da..41258d26fca07176243b1b498a5afbba34cdc299 100644 (file)
@@ -58,7 +58,6 @@ as that of the covered work.  */
 #include "host.h"
 #include "connect.h"
 #include "hash.h"
 #include "host.h"
 #include "connect.h"
 #include "hash.h"
-#include "iri.h"
 
 /* Define sockaddr_storage where unavailable (presumably on IPv4-only
    hosts).  */
 
 /* Define sockaddr_storage where unavailable (presumably on IPv4-only
    hosts).  */
index 1226a274397c145908351fc40fc3dcfdf2414204..bbf40222aabde4aca00520a3c0681d8266f86da3 100644 (file)
@@ -53,7 +53,6 @@ as that of the covered work.  */
 #include "host.h"
 #include "url.h"
 #include "hash.h"
 #include "host.h"
 #include "url.h"
 #include "hash.h"
-#include "iri.h"
 
 #ifndef NO_ADDRESS
 # define NO_ADDRESS NO_DATA
 
 #ifndef NO_ADDRESS
 # define NO_ADDRESS NO_DATA
index dce9e2ed0017a2a861a2f70f7474277cf2abfd16..ea4046afca4504e12257c009f1e473cc741d5702 100644 (file)
--- a/src/iri.c
+++ b/src/iri.c
@@ -39,7 +39,6 @@ as that of the covered work.  */
 #include <errno.h>
 
 #include "utils.h"
 #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
 
 /* RFC3987 section 3.1 mandates STD3 ASCII RULES */
 #define IDNA_FLAGS  IDNA_USE_STD3_ASCII_RULES
index baeaed5873d8f2a0ce57b3325e53845898c9f9b0..71fbe7bf1f73767b47b105e44042cb6e81cb8c88 100644 (file)
@@ -51,7 +51,6 @@ as that of the covered work.  */
 #include "html-url.h"
 #include "css-url.h"
 #include "spider.h"
 #include "html-url.h"
 #include "css-url.h"
 #include "spider.h"
-#include "iri.h"
 \f
 /* Functions for maintaining the URL queue.  */
 
 \f
 /* Functions for maintaining the URL queue.  */
 
index fa7f762d42d8473c1f07f368acccccfa9218848c..fe176eafcfad22b5d539d2d82516c31d62d2b499 100644 (file)
@@ -51,7 +51,6 @@ as that of the covered work.  */
 #include "hash.h"
 #include "convert.h"
 #include "ptimer.h"
 #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.  */
 #include "html-url.h"
 
 /* Total size of downloaded files.  Used to enforce quota.  */
index c7a3a721c29ea53e3559c9834d7d6bfdaaf061bf..e79cf8a2e0736688c0ce1495adc7d7b48286946c 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -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 "utils.h"
 #include "url.h"
 #include "host.h"  /* for is_valid_ipv6_address */
-#include "iri.h"
 
 #ifdef TESTING
 #include "test.h"
 
 #ifdef TESTING
 #include "test.h"