summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 09:40:56 +0200
committerGravatar Marvin Sielenkemper <sielenk@gmx.de>2016-09-17 09:40:56 +0200
commit8c7115af98f01fc6bc3683f20be252412cb75d1c (patch)
treeef1764cf0c96e7d2acee2a99c50dcd70c681b003
parent6bd95b0236f8142181aae369c93e00d15bb3c83f (diff)
Remove accidentally commited unused includes which do not exist on MacOS
-rw-r--r--src/c/http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c/http.c b/src/c/http.c
index b3ada18a..2c409c04 100644
--- a/src/c/http.c
+++ b/src/c/http.c
@@ -11,8 +11,6 @@
#include <unistd.h>
#include <signal.h>
#include <stdarg.h>
-#include <error.h>
-#include <errno.h>
#include <pthread.h>