diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-12 11:11:21 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-12 11:11:38 +0100 |
commit | 5892da74df3ab49b23066465fef286c451eed389 (patch) | |
tree | 75a6ad58c9fc7ebcb1c718a9ee29ed1292e61d8d | |
parent | 4f8e2c0a96acb56ae99c0cf2ac48da00cd2f7bb7 (diff) | |
download | econ-5892da74df3ab49b23066465fef286c451eed389.tar.gz econ-5892da74df3ab49b23066465fef286c451eed389.tar.bz2 econ-5892da74df3ab49b23066465fef286c451eed389.zip |
econproxy: Remove unneded errno.h and assert.h includes
-rw-r--r-- | econproxy.c | 2 |
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> |