sock: remove unnecessary header include

This commit is contained in:
Bert Belder 2018-05-02 02:24:33 +02:00
parent 2789bad793
commit a54e813d2f
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -8,7 +8,6 @@
#include "poll-group.h"
#include "port.h"
#include "sock.h"
#include "wepoll.h"
#define _KNOWN_EPOLL_EVENTS \
(EPOLLIN | EPOLLPRI | EPOLLOUT | EPOLLERR | EPOLLHUP | EPOLLRDNORM | \