src: remove unnecessary wpoll.h includes

This commit is contained in:
Bert Belder 2017-11-24 18:07:05 +01:00
parent a53ad7c753
commit f5f606e8b9
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;