event/MultiSocketMonitor: include cleanup
This commit is contained in:
parent
f0d3b47ad8
commit
e29c22e662
@ -19,11 +19,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "MultiSocketMonitor.hxx"
|
||||
#include "Loop.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
MultiSocketMonitor::MultiSocketMonitor(EventLoop &_loop)
|
||||
:IdleMonitor(_loop), TimeoutMonitor(_loop), ready(false) {
|
||||
|
@ -21,17 +21,15 @@
|
||||
#define MPD_MULTI_SOCKET_MONITOR_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include "IdleMonitor.hxx"
|
||||
#include "TimeoutMonitor.hxx"
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <forward_list>
|
||||
#include <iterator>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef WIN32
|
||||
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
|
||||
|
Loading…
Reference in New Issue
Block a user