summaryrefslogtreecommitdiff
path: root/tc/tc_filter.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-11-12 16:22:12 -0800
committerStephen Hemminger <stephen@networkplumber.org>2017-11-12 16:22:36 -0800
commit913352fe54bdd33c99cde082ee6a3168cad602ec (patch)
tree1e505beaff118b843e78d44ecdc29f372d9d6663 /tc/tc_filter.c
parentd72ac5a17b6ad58dbebc43a21d843a3ad0215f16 (diff)
drop unneeded include of syslog.h
Only arpd uses syslog Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc/tc_filter.c')
-rw-r--r--tc/tc_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tc/tc_filter.c b/tc/tc_filter.c
index 8dbebf1f..d0c967a9 100644
--- a/tc/tc_filter.c
+++ b/tc/tc_filter.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>