diff options
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/IO.c | 1 | ||||
-rw-r--r-- | src/IO/IO.h | 1 | ||||
-rw-r--r-- | src/IO/dpi.c | 1 | ||||
-rw-r--r-- | src/IO/http.c | 1 | ||||
-rw-r--r-- | src/IO/mime.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/IO/IO.c b/src/IO/IO.c index 335b4378..e833f970 100644 --- a/src/IO/IO.c +++ b/src/IO/IO.c @@ -24,7 +24,6 @@ #include "../msg.h" #include "../chain.h" #include "../klist.h" -#include "../list.h" #include "IO.h" #include "iowatch.hh" diff --git a/src/IO/IO.h b/src/IO/IO.h index 71ed25b4..459e6e4a 100644 --- a/src/IO/IO.h +++ b/src/IO/IO.h @@ -7,7 +7,6 @@ #include "d_size.h" #include "../../dlib/dlib.h" #include "../chain.h" -#include "iowatch.hh" /* * IO Operations diff --git a/src/IO/dpi.c b/src/IO/dpi.c index c253f08c..52ee7d87 100644 --- a/src/IO/dpi.c +++ b/src/IO/dpi.c @@ -38,7 +38,6 @@ #include "../klist.h" #include "IO.h" #include "Url.h" -#include "../misc.h" #include "../../dpip/dpip.h" /* #define DEBUG_LEVEL 2 */ diff --git a/src/IO/http.c b/src/IO/http.c index f6a2cc27..79afc2fa 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -31,7 +31,6 @@ #include "../msg.h" #include "../klist.h" #include "../dns.h" -#include "../cache.h" #include "../web.hh" #include "../cookies.h" #include "../prefs.h" diff --git a/src/IO/mime.c b/src/IO/mime.c index 7581f62a..33ec3322 100644 --- a/src/IO/mime.c +++ b/src/IO/mime.c @@ -10,7 +10,6 @@ */ #include "mime.h" -#include "../msg.h" #include "../list.h" |