From c3506ab046cc563316a552156a81abeff032ac5b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 3 May 2018 14:23:43 +0200 Subject: [PATCH] error: remove unnecessary include from error.h --- src/error.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/error.h b/src/error.h index 1e4591b..ea17c1b 100644 --- a/src/error.h +++ b/src/error.h @@ -1,8 +1,6 @@ #ifndef WEPOLL_ERROR_H_ #define WEPOLL_ERROR_H_ -#include - #include "internal.h" #include "win.h"