summaryrefslogtreecommitdiffstats
path: root/plugin/firewall/iptables/efw-iptables.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/firewall/iptables/efw-iptables.c')
-rw-r--r--plugin/firewall/iptables/efw-iptables.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c
index 6c02fbd..83569d5 100644
--- a/plugin/firewall/iptables/efw-iptables.c
+++ b/plugin/firewall/iptables/efw-iptables.c
@@ -1,6 +1,7 @@
/* efw_iptables.c -- iptables implementation - updates Linux iptables
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008, 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -24,9 +25,7 @@
#include <errno.h>
#include <unistd.h>
#include <pthread.h>
-#include <sys/types.h>
#include <sys/wait.h>
-#include <time.h>
#define EUREPHIA_FWINTF
#include <eurephiafw_struct.h>