*: include cleanup (using iwyu)
This commit is contained in:
@@ -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
|
||||
|
@@ -28,7 +28,6 @@
|
||||
#include "system/Error.hxx"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
void
|
||||
CheckDirectoryReadable(Path path_fs)
|
||||
|
@@ -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
|
||||
|
@@ -34,7 +34,6 @@
|
||||
#include <shlobj.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include "PeekReader.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class GunzipReader;
|
||||
|
||||
/**
|
||||
|
@@ -29,8 +29,6 @@
|
||||
#include "system/FileDescriptor.hxx"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include "lib/zlib/Error.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <zlib.h>
|
||||
|
||||
/**
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user