From 752166436c49ee3c66f15d570b2c65421f918a71 Mon Sep 17 00:00:00 2001 From: Seven <961950442@qq.com> Date: Fri, 16 Sep 2016 16:37:59 +0800 Subject: [PATCH] be: just a simple mistake, reinclude the include the twice. --- bufferevent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bufferevent.c b/bufferevent.c index 59ae24f143..490b59839c 100644 --- a/bufferevent.c +++ b/bufferevent.c @@ -45,7 +45,6 @@ #ifdef _WIN32 #include #endif -#include #include "event2/util.h" #include "event2/buffer.h"