*: 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

@@ -27,7 +27,6 @@
#include <limits>
#include <stdint.h>
#include <sys/stat.h>
#include <string.h>
struct aiff_header {

View File

@@ -24,10 +24,7 @@
#include <functional>
#include <stddef.h>
struct StringView;
class Path;
class InputStream;
typedef std::function<bool(unsigned long flags, const char *key,

View File

@@ -23,7 +23,6 @@
#include "check.h"
#include "Id3Unique.hxx"
class Error;
class InputStream;
/**

View File

@@ -24,8 +24,6 @@
#include "TagType.h"
#include "Compiler.h"
#include <stdint.h>
extern tag_mask_t global_tag_mask;
gcc_const

View File

@@ -20,7 +20,6 @@
#include "config.h"
#include "Tag.hxx"
#include "TagPool.hxx"
#include "TagString.hxx"
#include "TagBuilder.hxx"
#include "util/ASCII.hxx"

View File

@@ -26,9 +26,6 @@
#include "Compiler.h"
#include <algorithm>
#include <iterator>
#include <stddef.h>
/**
* The meta information about a song file. It is a MPD specific

View File

@@ -29,7 +29,6 @@
#include <array>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
TagBuilder::TagBuilder(const Tag &other)

View File

@@ -26,8 +26,6 @@
#include <vector>
#include <stddef.h>
struct StringView;
struct TagItem;
struct Tag;

View File

@@ -28,8 +28,6 @@
#include "util/ASCII.hxx"
#include "util/StringUtil.hxx"
#include <algorithm>
#include <stdlib.h>
void

View File

@@ -25,16 +25,14 @@
#include "TagBuilder.hxx"
#include "util/Alloc.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "config/ConfigGlobal.hxx"
#include "fs/Path.hxx"
#include <id3tag.h>
#include <string>
#include <stdexcept>
#include <string.h>
#include <stdlib.h>
# ifndef ID3_FRAME_COMPOSER

View File

@@ -25,7 +25,6 @@
#include "util/UTF8.hxx"
#include <assert.h>
#include <string.h>
#include <stdlib.h>
gcc_pure

View File

@@ -23,8 +23,6 @@
#include "check.h"
#include "Compiler.h"
#include <stddef.h>
struct StringView;
template<typename T> struct WritableBuffer;