error: remove unnecessary include from error.h

This commit is contained in:
Bert Belder 2018-05-03 14:23:43 +02:00
parent 3315e2fb1b
commit c3506ab046
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -1,8 +1,6 @@
#ifndef WEPOLL_ERROR_H_
#define WEPOLL_ERROR_H_
#include <errno.h>
#include "internal.h"
#include "win.h"