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

@@ -35,7 +35,6 @@
#include <assert.h>
struct AudioFormat;
class MusicBuffer;
class MusicPipe;
class EventLoop;

View File

@@ -31,7 +31,6 @@
#include "fs/io/BufferedOutputStream.hxx"
#include "util/StringCompare.hxx"
#include <assert.h>
#include <stdlib.h>
#define AUDIO_DEVICE_STATE "audio_device_state:"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "Registry.hxx"
#include "OutputAPI.hxx"
#include "OutputPlugin.hxx"
#include "plugins/AlsaOutputPlugin.hxx"
#include "plugins/AoOutputPlugin.hxx"
#include "plugins/FifoOutputPlugin.hxx"

View File

@@ -36,7 +36,6 @@
#include <unistd.h> /* for usleep() */
#include <stdlib.h>
#include <string.h>
static constexpr unsigned MAX_PORTS = 16;

View File

@@ -23,7 +23,8 @@
#include "event/BufferedSocket.hxx"
#include "Compiler.h"
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/link_mode.hpp>
#include <boost/intrusive/list_hook.hpp>
#include <queue>
#include <list>

View File

@@ -34,6 +34,8 @@
#include "util/Cast.hxx"
#include "Compiler.h"
#include <boost/intrusive/list.hpp>
#include <queue>
#include <list>

View File

@@ -39,8 +39,6 @@
#include <assert.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>