From 203af4e1afdba57554ece5da89d716130059c2a5 Mon Sep 17 00:00:00 2001 From: Chion Tang Date: Sun, 21 Jan 2018 06:48:24 +0000 Subject: [PATCH] Remove unused headers --- xt_FULLCONENAT.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xt_FULLCONENAT.c b/xt_FULLCONENAT.c index 85c7765..5cadea2 100644 --- a/xt_FULLCONENAT.c +++ b/xt_FULLCONENAT.c @@ -1,21 +1,14 @@ -#include -#include -#include #include #include #include #include -#include #include #include -#include #include #include #include #include -#define MAX_PORTS 65536 - struct natmapping { struct natmapping *next; uint16_t port;