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

View File

@@ -23,7 +23,6 @@
#include "fs/AllocatedPath.hxx"
#include "util/RuntimeError.hxx"
#include <assert.h>
#include <stdlib.h>
void

View File

@@ -20,7 +20,6 @@
#ifndef MPD_CONFIG_BLOCK_HXX
#define MPD_CONFIG_BLOCK_HXX
#include "Param.hxx"
#include "util/Compiler.h"
#include <string>

View File

@@ -20,9 +20,6 @@
#ifndef MPD_CONFIG_CHECK_HXX
#define MPD_CONFIG_CHECK_HXX
#include "Option.hxx"
#include "util/Compiler.h"
struct ConfigData;
/**

View File

@@ -28,8 +28,6 @@
#include <chrono>
#include <forward_list>
struct ConfigParam;
struct ConfigBlock;
class AllocatedPath;
struct ConfigData {

View File

@@ -21,7 +21,6 @@
#include "Data.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
#include "fs/Domain.hxx"
#include "fs/StandardDirectory.hxx"
#include "util/RuntimeError.hxx"