summaryrefslogtreecommitdiff
path: root/src/io_object.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_object.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_object.hpp')
-rw-r--r--src/io_object.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index 4bce10c..61f7523 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -26,7 +26,6 @@
#include "stdint.hpp"
#include "poller_base.hpp"
-#include "i_poll_events.hpp"
namespace xs
{