diff options
Diffstat (limited to 'i2ctcp/i2ctcpv1.c')
-rw-r--r-- | i2ctcp/i2ctcpv1.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/i2ctcp/i2ctcpv1.c b/i2ctcp/i2ctcpv1.c index 2231038..1ae1da0 100644 --- a/i2ctcp/i2ctcpv1.c +++ b/i2ctcp/i2ctcpv1.c @@ -1,8 +1,5 @@ #include <mpack.h> -#include <stdio.h> - -// MIN() macro -#include <sys/param.h> +#include <sys/param.h> // MIN() macro #include "i2ctcpv1.h" |