summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-translate.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-12 11:26:59 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-13 20:06:16 +0200
commitcb151d5f1a54e333498c3bf7a9d0bd93341dd5b6 (patch)
treea995e4d06c5138b3082e3065604e1deb693dc454 /iptables/xtables-translate.c
parent69c089b19a144c482c00d65f17c6c80b25b4d052 (diff)
xtables-translate: rm duplicate includes
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/xtables-translate.c')
-rw-r--r--iptables/xtables-translate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/iptables/xtables-translate.c b/iptables/xtables-translate.c
index 74efcb6c..61d4da17 100644
--- a/iptables/xtables-translate.c
+++ b/iptables/xtables-translate.c
@@ -7,11 +7,6 @@
* (at your option) any later version.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <string.h>
-#include <iptables.h>
#include <time.h>
#include "xtables-multi.h"
#include "nft.h"