diff options
Diffstat (limited to '')
-rw-r--r-- | src/event_loop.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event_loop.h b/src/event_loop.h index 5273cc6..0e13b48 100644 --- a/src/event_loop.h +++ b/src/event_loop.h @@ -8,8 +8,6 @@ #ifndef __EVENT_LOOP_H__ #define __EVENT_LOOP_H__ -#include <poll.h> - struct event_loop; int event_loop_create(struct event_loop **); |