aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-25 10:43:39 +0100
committerMax Kellermann <max@duempel.org>2014-11-25 10:44:06 +0100
commita8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e (patch)
tree4a68fa1139892c1fdc0aef280cf1024eb7d448f0
parentb19e5720cc47a66cc59e55a81dc08de4e521bc39 (diff)
downloadmpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.tar.gz
mpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.tar.xz
mpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.zip
event/DeferredMonitor: include cleanup
-rw-r--r--src/event/DeferredMonitor.hxx3
-rw-r--r--src/input/plugins/AlsaInputPlugin.cxx2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/event/DeferredMonitor.hxx b/src/event/DeferredMonitor.hxx
index 3d3ab22b7..c4aa605fc 100644
--- a/src/event/DeferredMonitor.hxx
+++ b/src/event/DeferredMonitor.hxx
@@ -21,9 +21,6 @@
#define MPD_SOCKET_DEFERRED_MONITOR_HXX
#include "check.h"
-#include "Compiler.h"
-
-#include <atomic>
class EventLoop;
diff --git a/src/input/plugins/AlsaInputPlugin.cxx b/src/input/plugins/AlsaInputPlugin.cxx
index 82b96f7df..f03f745c6 100644
--- a/src/input/plugins/AlsaInputPlugin.cxx
+++ b/src/input/plugins/AlsaInputPlugin.cxx
@@ -43,6 +43,8 @@
#include <alsa/asoundlib.h>
+#include <atomic>
+
#include <assert.h>
#include <string.h>