aboutsummaryrefslogtreecommitdiffstats
path: root/tc/m_xt.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-27 11:07:46 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-27 11:07:46 -0700
commit52d6a850505d70a699fc89604986c45b0cd0c54e (patch)
tree24652df77991eec12a4e59e682551ad72f3932c4 /tc/m_xt.c
parent10494d2724cac05d6a8a352205da18b86787eaba (diff)
downloadplatform_external_iproute2-52d6a850505d70a699fc89604986c45b0cd0c54e.tar.gz
platform_external_iproute2-52d6a850505d70a699fc89604986c45b0cd0c54e.tar.bz2
platform_external_iproute2-52d6a850505d70a699fc89604986c45b0cd0c54e.zip
remove duplicate limits.h
Diffstat (limited to 'tc/m_xt.c')
-rw-r--r--tc/m_xt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tc/m_xt.c b/tc/m_xt.c
index d4b7a357..0fe61899 100644
--- a/tc/m_xt.c
+++ b/tc/m_xt.c
@@ -18,7 +18,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
-#include <limits.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <xtables.h>