Commit e29c22e6 authored by Max Kellermann's avatar Max Kellermann

event/MultiSocketMonitor: include cleanup

parent f0d3b47a
...@@ -19,11 +19,6 @@ ...@@ -19,11 +19,6 @@
#include "config.h" #include "config.h"
#include "MultiSocketMonitor.hxx" #include "MultiSocketMonitor.hxx"
#include "Loop.hxx"
#include "system/fd_util.h"
#include "Compiler.h"
#include <assert.h>
MultiSocketMonitor::MultiSocketMonitor(EventLoop &_loop) MultiSocketMonitor::MultiSocketMonitor(EventLoop &_loop)
:IdleMonitor(_loop), TimeoutMonitor(_loop), ready(false) { :IdleMonitor(_loop), TimeoutMonitor(_loop), ready(false) {
......
...@@ -21,17 +21,15 @@ ...@@ -21,17 +21,15 @@
#define MPD_MULTI_SOCKET_MONITOR_HXX #define MPD_MULTI_SOCKET_MONITOR_HXX
#include "check.h" #include "check.h"
#include "Compiler.h"
#include "IdleMonitor.hxx" #include "IdleMonitor.hxx"
#include "TimeoutMonitor.hxx" #include "TimeoutMonitor.hxx"
#include "SocketMonitor.hxx" #include "SocketMonitor.hxx"
#include "Compiler.h"
#include <forward_list> #include <forward_list>
#include <iterator> #include <iterator>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#ifdef WIN32 #ifdef WIN32
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge /* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
......
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