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

@@ -20,7 +20,6 @@
#ifndef MPD_FLAC_IO_HANDLE_HXX
#define MPD_FLAC_IO_HANDLE_HXX
#include "util/Compiler.h"
#include "input/InputStream.hxx"
#include <FLAC/callback.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_FLAC_STREAM_METADATA_HXX
#define MPD_FLAC_STREAM_METADATA_HXX
#include <FLAC/metadata.h>
#include <FLAC/format.h>
class TagHandler;
class MixRampInfo;

View File

@@ -25,8 +25,6 @@
#include <ogg/ogg.h>
#include <stddef.h>
class Reader;
/**