summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-12 11:11:21 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-12 11:11:38 +0100
commit5892da74df3ab49b23066465fef286c451eed389 (patch)
tree75a6ad58c9fc7ebcb1c718a9ee29ed1292e61d8d
parent4f8e2c0a96acb56ae99c0cf2ac48da00cd2f7bb7 (diff)
downloadecon-5892da74df3ab49b23066465fef286c451eed389.tar.gz
econ-5892da74df3ab49b23066465fef286c451eed389.tar.bz2
econ-5892da74df3ab49b23066465fef286c451eed389.zip
econproxy: Remove unneded errno.h and assert.h includes
-rw-r--r--econproxy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/econproxy.c b/econproxy.c
index 638c108..16d4d92 100644
--- a/econproxy.c
+++ b/econproxy.c
@@ -20,8 +20,6 @@
#include <string.h>
#include <stddef.h>
#include <stdint.h>
-#include <assert.h>
-#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>