Commit c3fa7e13 authored by Max Kellermann's avatar Max Kellermann

input/Plugin: include cleanup

parent 5c18b0a9
...@@ -20,12 +20,6 @@ ...@@ -20,12 +20,6 @@
#ifndef MPD_INPUT_PLUGIN_HXX #ifndef MPD_INPUT_PLUGIN_HXX
#define MPD_INPUT_PLUGIN_HXX #define MPD_INPUT_PLUGIN_HXX
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include <stddef.h>
#include <stdint.h>
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>
/* damn you, windows.h! */ /* damn you, windows.h! */
...@@ -35,8 +29,9 @@ ...@@ -35,8 +29,9 @@
#endif #endif
struct ConfigBlock; struct ConfigBlock;
class Mutex;
class Cond;
class InputStream; class InputStream;
struct Tag;
struct InputPlugin { struct InputPlugin {
const char *name; const char *name;
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "../InputPlugin.hxx" #include "../InputPlugin.hxx"
#include "../AsyncInputStream.hxx" #include "../AsyncInputStream.hxx"
#include "event/Call.hxx" #include "event/Call.hxx"
#include "thread/Cond.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "event/Call.hxx" #include "event/Call.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
#include "IOThread.hxx" #include "IOThread.hxx"
#include "thread/Cond.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "../InputPlugin.hxx" #include "../InputPlugin.hxx"
#include "lib/nfs/Glue.hxx" #include "lib/nfs/Glue.hxx"
#include "lib/nfs/FileReader.hxx" #include "lib/nfs/FileReader.hxx"
#include "thread/Cond.hxx"
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include "IOThread.hxx" #include "IOThread.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment