*: include cleanup (using iwyu)
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
struct AudioFormat;
|
||||
class MusicBuffer;
|
||||
class MusicPipe;
|
||||
class EventLoop;
|
||||
|
@@ -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:"
|
||||
|
@@ -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"
|
||||
|
@@ -36,7 +36,6 @@
|
||||
|
||||
#include <unistd.h> /* for usleep() */
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static constexpr unsigned MAX_PORTS = 16;
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -34,6 +34,8 @@
|
||||
#include "util/Cast.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <boost/intrusive/list.hpp>
|
||||
|
||||
#include <queue>
|
||||
#include <list>
|
||||
|
||||
|
@@ -39,8 +39,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Reference in New Issue
Block a user