summaryrefslogtreecommitdiff
path: root/src/io_thread.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:47 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:47 +0900
commit71744dc8ef9b59a342b03f7ba2c3699f5ccb862a (patch)
tree560edfdfca45c41d12c728c4afa82d0056d09378 /src/io_thread.hpp
parent7e4fa8505f479c494b9e7bab361e4a11e1c579a5 (diff)
i_poll_events interface moved to poller_base.hpp
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r--src/io_thread.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io_thread.hpp b/src/io_thread.hpp
index 744eec5..e05ba05 100644
--- a/src/io_thread.hpp
+++ b/src/io_thread.hpp
@@ -27,7 +27,6 @@
#include "stdint.hpp"
#include "object.hpp"
#include "poller_base.hpp"
-#include "i_poll_events.hpp"
#include "mailbox.hpp"
namespace xs