*: include cleanup (using iwyu)

This commit is contained in:
Max Kellermann
2016-03-01 22:08:13 +01:00
parent fb547260d1
commit 1aee89f5ea
181 changed files with 18 additions and 390 deletions

View File

@@ -20,10 +20,8 @@
#include "config.h"
#include "Charset.hxx"
#include "Domain.hxx"
#include "Limits.hxx"
#include "Log.hxx"
#include "lib/icu/Converter.hxx"
#include "util/Error.hxx"
#include "util/AllocatedString.hxx"
#ifdef WIN32

View File

@@ -28,7 +28,6 @@
#include "system/Error.hxx"
#include <errno.h>
#include <sys/stat.h>
void
CheckDirectoryReadable(Path path_fs)

View File

@@ -20,8 +20,6 @@
#include "config.h"
#include "Path.hxx"
#include "Charset.hxx"
#include "util/UriUtil.hxx"
#include "util/StringUtil.hxx"
std::string
Path::ToUTF8() const

View File

@@ -34,7 +34,6 @@
#include <shlobj.h>
#else
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
#endif

View File

@@ -24,8 +24,6 @@
#include "PeekReader.hxx"
#include "Compiler.h"
#include <stdint.h>
class GunzipReader;
/**

View File

@@ -29,8 +29,6 @@
#include "system/FileDescriptor.hxx"
#endif
#include <assert.h>
#ifdef WIN32
#include <windows.h>
#endif

View File

@@ -19,7 +19,6 @@
#include "config.h"
#include "GunzipReader.hxx"
#include "lib/zlib/Domain.hxx"
GunzipReader::GunzipReader(Reader &_next) throw(ZlibError)
:next(_next), eof(false)

View File

@@ -19,7 +19,6 @@
#include "config.h"
#include "GzipOutputStream.hxx"
#include "lib/zlib/Domain.hxx"
#include "lib/zlib/Error.hxx"
GzipOutputStream::GzipOutputStream(OutputStream &_next) throw(ZlibError)

View File

@@ -25,7 +25,6 @@
#include "lib/zlib/Error.hxx"
#include "Compiler.h"
#include <assert.h>
#include <zlib.h>
/**

View File

@@ -26,8 +26,6 @@
#include <stdint.h>
class AutoGunzipReader;
/**
* A filter that allows the caller to peek the first few bytes without
* consuming them. The first call must be Peek(), and the following