From f5f606e8b964bd8f2e78e83309789c38da684b28 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 24 Nov 2017 18:07:05 +0100 Subject: [PATCH] src: remove unnecessary wpoll.h includes --- src/api.c | 1 - src/port.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/api.c b/src/api.c index b865ff3..5fefcc5 100644 --- a/src/api.c +++ b/src/api.c @@ -7,7 +7,6 @@ #include "port.h" #include "reflock-tree.h" #include "util.h" -#include "wepoll.h" #include "win.h" static reflock_tree_t _epoll_handle_tree; diff --git a/src/port.h b/src/port.h index a47965f..1c31f8f 100644 --- a/src/port.h +++ b/src/port.h @@ -10,7 +10,6 @@ #include "sock.h" #include "tree.h" #include "util.h" -#include "wepoll.h" #include "win.h" typedef struct ep_port ep_port_t;