include cleanups (powered by iwyu)

This commit is contained in:
Max Kellermann
2019-07-05 09:59:00 +02:00
parent 9cdebc90a0
commit d663f81420
229 changed files with 67 additions and 397 deletions
-5
View File
@@ -18,13 +18,8 @@
*/
#include "AllocatedPath.hxx"
#include "Domain.hxx"
#include "Charset.hxx"
#include "Features.hxx"
#include "util/Compiler.h"
#include "config.h"
#include <exception>
/* no inlining, please */
AllocatedPath::~AllocatedPath() noexcept = default;
-1
View File
@@ -31,7 +31,6 @@
#endif
#include <algorithm>
#include <stdexcept>
#include <assert.h>
#include <string.h>
-2
View File
@@ -26,8 +26,6 @@
#include "DirectoryReader.hxx"
#include "system/Error.hxx"
#include <errno.h>
void
CheckDirectoryReadable(Path path_fs)
try {
-1
View File
@@ -22,7 +22,6 @@
#include "Reader.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "util/Compiler.h"
#include <zlib.h>
-1
View File
@@ -31,7 +31,6 @@
#define GZIP_OUTPUT_STREAM_HXX
#include "OutputStream.hxx"
#include "util/Compiler.h"
#include <zlib.h>
-1
View File
@@ -21,7 +21,6 @@
#define MPD_PEEK_READER_HXX
#include "Reader.hxx"
#include "util/Compiler.h"
#include <stdint.h>
-1
View File
@@ -20,7 +20,6 @@
#ifndef MPD_TEXT_FILE_HXX
#define MPD_TEXT_FILE_HXX
#include "util/Compiler.h"
#include "config.h"
#include <memory>