summaryrefslogtreecommitdiff
path: root/tc
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
parentd72ac5a17b6ad58dbebc43a21d843a3ad0215f16 (diff)
drop unneeded include of syslog.h
Only arpd uses syslog Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc')
-rw-r--r--tc/em_canid.c1
-rw-r--r--tc/em_cmp.c1
-rw-r--r--tc/em_meta.c1
-rw-r--r--tc/em_nbyte.c1
-rw-r--r--tc/em_u32.c1
-rw-r--r--tc/f_basic.c1
-rw-r--r--tc/f_flower.c1
-rw-r--r--tc/f_fw.c1
-rw-r--r--tc/f_matchall.c1
-rw-r--r--tc/f_route.c1
-rw-r--r--tc/f_rsvp.c1
-rw-r--r--tc/f_tcindex.c1
-rw-r--r--tc/f_u32.c1
-rw-r--r--tc/m_action.c1
-rw-r--r--tc/m_ematch.c1
-rw-r--r--tc/m_estimator.c1
-rw-r--r--tc/m_gact.c1
-rw-r--r--tc/m_ife.c1
-rw-r--r--tc/m_ipt.c1
-rw-r--r--tc/m_mirred.c1
-rw-r--r--tc/m_nat.c1
-rw-r--r--tc/m_pedit.c1
-rw-r--r--tc/m_pedit.h1
-rw-r--r--tc/m_police.c1
-rw-r--r--tc/m_simple.c1
-rw-r--r--tc/m_skbmod.c1
-rw-r--r--tc/m_xt.c1
-rw-r--r--tc/m_xt_old.c1
-rw-r--r--tc/p_eth.c1
-rw-r--r--tc/p_icmp.c1
-rw-r--r--tc/p_ip.c1
-rw-r--r--tc/p_ip6.c1
-rw-r--r--tc/p_tcp.c1
-rw-r--r--tc/p_udp.c1
-rw-r--r--tc/q_atm.c1
-rw-r--r--tc/q_cbq.c1
-rw-r--r--tc/q_cbs.c1
-rw-r--r--tc/q_choke.c1
-rw-r--r--tc/q_codel.c1
-rw-r--r--tc/q_drr.c1
-rw-r--r--tc/q_dsmark.c1
-rw-r--r--tc/q_fifo.c1
-rw-r--r--tc/q_fq.c1
-rw-r--r--tc/q_fq_codel.c1
-rw-r--r--tc/q_gred.c1
-rw-r--r--tc/q_hfsc.c1
-rw-r--r--tc/q_hhf.c1
-rw-r--r--tc/q_htb.c1
-rw-r--r--tc/q_mqprio.c1
-rw-r--r--tc/q_multiq.c1
-rw-r--r--tc/q_netem.c1
-rw-r--r--tc/q_pie.c1
-rw-r--r--tc/q_prio.c1
-rw-r--r--tc/q_qfq.c1
-rw-r--r--tc/q_red.c1
-rw-r--r--tc/q_rr.c1
-rw-r--r--tc/q_sfb.c1
-rw-r--r--tc/q_sfq.c1
-rw-r--r--tc/q_tbf.c1
-rw-r--r--tc/tc.c1
-rw-r--r--tc/tc_cbq.c1
-rw-r--r--tc/tc_class.c1
-rw-r--r--tc/tc_core.c1
-rw-r--r--tc/tc_estimator.c1
-rw-r--r--tc/tc_filter.c1
-rw-r--r--tc/tc_monitor.c1
-rw-r--r--tc/tc_qdisc.c1
-rw-r--r--tc/tc_red.c1
-rw-r--r--tc/tc_stab.c1
-rw-r--r--tc/tc_util.c1
70 files changed, 0 insertions, 70 deletions
diff --git a/tc/em_canid.c b/tc/em_canid.c
index ceb64cb9..197c707f 100644
--- a/tc/em_canid.c
+++ b/tc/em_canid.c
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/em_cmp.c b/tc/em_cmp.c
index 8ea0accf..e051656f 100644
--- a/tc/em_cmp.c
+++ b/tc/em_cmp.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/em_meta.c b/tc/em_meta.c
index bf470937..d94fe88d 100644
--- a/tc/em_meta.c
+++ b/tc/em_meta.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/em_nbyte.c b/tc/em_nbyte.c
index 52b4d10a..274d713f 100644
--- a/tc/em_nbyte.c
+++ b/tc/em_nbyte.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/em_u32.c b/tc/em_u32.c
index 869ebde0..bc284af4 100644
--- a/tc/em_u32.c
+++ b/tc/em_u32.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/f_basic.c b/tc/f_basic.c
index 8370ea60..af98c088 100644
--- a/tc/f_basic.c
+++ b/tc/f_basic.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>
diff --git a/tc/f_flower.c b/tc/f_flower.c
index f091435b..9cad6c85 100644
--- a/tc/f_flower.c
+++ b/tc/f_flower.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <string.h>
#include <net/if.h>
#include <linux/if_arp.h>
diff --git a/tc/f_fw.c b/tc/f_fw.c
index c39789b3..77474849 100644
--- a/tc/f_fw.c
+++ b/tc/f_fw.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>
diff --git a/tc/f_matchall.c b/tc/f_matchall.c
index d78660e7..183f2611 100644
--- a/tc/f_matchall.c
+++ b/tc/f_matchall.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>
diff --git a/tc/f_route.c b/tc/f_route.c
index e88313f6..655321f9 100644
--- a/tc/f_route.c
+++ b/tc/f_route.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>
diff --git a/tc/f_rsvp.c b/tc/f_rsvp.c
index 65caeb42..02028b4b 100644
--- a/tc/f_rsvp.c
+++ b/tc/f_rsvp.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>
diff --git a/tc/f_tcindex.c b/tc/f_tcindex.c
index dd1cb475..4cd7859f 100644
--- a/tc/f_tcindex.c
+++ b/tc/f_tcindex.c
@@ -7,7 +7,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <string.h>
#include <netinet/in.h>
diff --git a/tc/f_u32.c b/tc/f_u32.c
index 14b95889..1fafb4af 100644
--- a/tc/f_u32.c
+++ b/tc/f_u32.c
@@ -14,7 +14,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_action.c b/tc/m_action.c
index 8cbf7641..0dce97f0 100644
--- a/tc/m_action.c
+++ b/tc/m_action.c
@@ -16,7 +16,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_ematch.c b/tc/m_ematch.c
index e18a395b..d2bb5c38 100644
--- a/tc/m_ematch.c
+++ b/tc/m_ematch.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_estimator.c b/tc/m_estimator.c
index 87745cc2..a2f747f4 100644
--- a/tc/m_estimator.c
+++ b/tc/m_estimator.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>
diff --git a/tc/m_gact.c b/tc/m_gact.c
index 38949e90..efe992f0 100644
--- a/tc/m_gact.c
+++ b/tc/m_gact.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>
diff --git a/tc/m_ife.c b/tc/m_ife.c
index 8d0fd31f..205efc9f 100644
--- a/tc/m_ife.c
+++ b/tc/m_ife.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>
diff --git a/tc/m_ipt.c b/tc/m_ipt.c
index 1b935ec0..942b4f23 100644
--- a/tc/m_ipt.c
+++ b/tc/m_ipt.c
@@ -10,7 +10,6 @@
* Authors: J Hadi Salim (hadi@cyberus.ca)
*/
-#include <syslog.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
diff --git a/tc/m_mirred.c b/tc/m_mirred.c
index 2384bda1..d0b7a46a 100644
--- a/tc/m_mirred.c
+++ b/tc/m_mirred.c
@@ -15,7 +15,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_nat.c b/tc/m_nat.c
index 31b68fb6..1e4ff51f 100644
--- a/tc/m_nat.c
+++ b/tc/m_nat.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>
diff --git a/tc/m_pedit.c b/tc/m_pedit.c
index 5d89ab1d..a6da9536 100644
--- a/tc/m_pedit.c
+++ b/tc/m_pedit.c
@@ -18,7 +18,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_pedit.h b/tc/m_pedit.h
index 0bc02971..a8b06958 100644
--- a/tc/m_pedit.h
+++ b/tc/m_pedit.h
@@ -16,7 +16,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_police.c b/tc/m_police.c
index 86117db0..ff1dcb7d 100644
--- a/tc/m_police.c
+++ b/tc/m_police.c
@@ -16,7 +16,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_simple.c b/tc/m_simple.c
index f8937bca..a687b9f8 100644
--- a/tc/m_simple.c
+++ b/tc/m_simple.c
@@ -66,7 +66,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/m_skbmod.c b/tc/m_skbmod.c
index ba79308b..561b73fb 100644
--- a/tc/m_skbmod.c
+++ b/tc/m_skbmod.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>
diff --git a/tc/m_xt.c b/tc/m_xt.c
index 9218b145..0baea33c 100644
--- a/tc/m_xt.c
+++ b/tc/m_xt.c
@@ -10,7 +10,6 @@
* Authors: J Hadi Salim (hadi@cyberus.ca)
*/
-#include <syslog.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
diff --git a/tc/m_xt_old.c b/tc/m_xt_old.c
index e9cc624e..4e56e267 100644
--- a/tc/m_xt_old.c
+++ b/tc/m_xt_old.c
@@ -13,7 +13,6 @@
/*XXX: in the future (xtables 1.4.3?) get rid of everything tagged
* as TC_CONFIG_XT_H */
-#include <syslog.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
diff --git a/tc/p_eth.c b/tc/p_eth.c
index 2d2f96ca..53ce736a 100644
--- a/tc/p_eth.c
+++ b/tc/p_eth.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>
diff --git a/tc/p_icmp.c b/tc/p_icmp.c
index 1c3a5d90..2c1baf82 100644
--- a/tc/p_icmp.c
+++ b/tc/p_icmp.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>
diff --git a/tc/p_ip.c b/tc/p_ip.c
index 0272a6ea..81ac8d95 100644
--- a/tc/p_ip.c
+++ b/tc/p_ip.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>
diff --git a/tc/p_ip6.c b/tc/p_ip6.c
index a4824bda..bc45ab70 100644
--- a/tc/p_ip6.c
+++ b/tc/p_ip6.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>
diff --git a/tc/p_tcp.c b/tc/p_tcp.c
index cf14574c..eeb68fcf 100644
--- a/tc/p_tcp.c
+++ b/tc/p_tcp.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>
diff --git a/tc/p_udp.c b/tc/p_udp.c
index 3916d958..68c688ef 100644
--- a/tc/p_udp.c
+++ b/tc/p_udp.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>
diff --git a/tc/q_atm.c b/tc/q_atm.c
index 56e7ad80..570e7be5 100644
--- a/tc/q_atm.c
+++ b/tc/q_atm.c
@@ -9,7 +9,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
diff --git a/tc/q_cbq.c b/tc/q_cbq.c
index f148175c..e00d4e38 100644
--- a/tc/q_cbq.c
+++ b/tc/q_cbq.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>
diff --git a/tc/q_cbs.c b/tc/q_cbs.c
index e53be654..ec1cbe83 100644
--- a/tc/q_cbs.c
+++ b/tc/q_cbs.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>
diff --git a/tc/q_choke.c b/tc/q_choke.c
index a234d2e0..726914b2 100644
--- a/tc/q_choke.c
+++ b/tc/q_choke.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_codel.c b/tc/q_codel.c
index 09222a17..253629ef 100644
--- a/tc/q_codel.c
+++ b/tc/q_codel.c
@@ -41,7 +41,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_drr.c b/tc/q_drr.c
index 79c81a22..50623c22 100644
--- a/tc/q_drr.c
+++ b/tc/q_drr.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>
diff --git a/tc/q_dsmark.c b/tc/q_dsmark.c
index 79dfd9a2..0aab387d 100644
--- a/tc/q_dsmark.c
+++ b/tc/q_dsmark.c
@@ -8,7 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_fifo.c b/tc/q_fifo.c
index 3ee8ce9a..c3e90886 100644
--- a/tc/q_fifo.c
+++ b/tc/q_fifo.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>
diff --git a/tc/q_fq.c b/tc/q_fq.c
index 45b2ffd9..49ebeefa 100644
--- a/tc/q_fq.c
+++ b/tc/q_fq.c
@@ -38,7 +38,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_fq_codel.c b/tc/q_fq_codel.c
index 500e6206..1eac1403 100644
--- a/tc/q_fq_codel.c
+++ b/tc/q_fq_codel.c
@@ -38,7 +38,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_gred.c b/tc/q_gred.c
index 0a989496..2eb906d0 100644
--- a/tc/q_gred.c
+++ b/tc/q_gred.c
@@ -15,7 +15,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_hfsc.c b/tc/q_hfsc.c
index cf784f15..dc9fed93 100644
--- a/tc/q_hfsc.c
+++ b/tc/q_hfsc.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>
diff --git a/tc/q_hhf.c b/tc/q_hhf.c
index 738b5636..d1f15f9a 100644
--- a/tc/q_hhf.c
+++ b/tc/q_hhf.c
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_htb.c b/tc/q_htb.c
index a811c284..db828523 100644
--- a/tc/q_htb.c
+++ b/tc/q_htb.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>
diff --git a/tc/q_mqprio.c b/tc/q_mqprio.c
index b57351c2..99798520 100644
--- a/tc/q_mqprio.c
+++ b/tc/q_mqprio.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_multiq.c b/tc/q_multiq.c
index 9c09c9a7..ce91fe83 100644
--- a/tc/q_multiq.c
+++ b/tc/q_multiq.c
@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_netem.c b/tc/q_netem.c
index b97c351e..82eb46f2 100644
--- a/tc/q_netem.c
+++ b/tc/q_netem.c
@@ -15,7 +15,6 @@
#include <math.h>
#include <ctype.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <stdint.h>
#include <sys/socket.h>
diff --git a/tc/q_pie.c b/tc/q_pie.c
index a697db75..db72add3 100644
--- a/tc/q_pie.c
+++ b/tc/q_pie.c
@@ -18,7 +18,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_prio.c b/tc/q_prio.c
index a28928a8..677e25a3 100644
--- a/tc/q_prio.c
+++ b/tc/q_prio.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>
diff --git a/tc/q_qfq.c b/tc/q_qfq.c
index 0e026749..fa270c8a 100644
--- a/tc/q_qfq.c
+++ b/tc/q_qfq.c
@@ -10,7 +10,6 @@
* Fabio Checconi <fabio@gandalf.sssup.it>
*
*/
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_red.c b/tc/q_red.c
index ec706aaf..1564d6ef 100644
--- a/tc/q_red.c
+++ b/tc/q_red.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>
diff --git a/tc/q_rr.c b/tc/q_rr.c
index f330311d..71ce3ce5 100644
--- a/tc/q_rr.c
+++ b/tc/q_rr.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>
diff --git a/tc/q_sfb.c b/tc/q_sfb.c
index 05c5f132..d074e87b 100644
--- a/tc/q_sfb.c
+++ b/tc/q_sfb.c
@@ -15,7 +15,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/tc/q_sfq.c b/tc/q_sfq.c
index b5a98950..a875abd3 100644
--- a/tc/q_sfq.c
+++ b/tc/q_sfq.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>
diff --git a/tc/q_tbf.c b/tc/q_tbf.c
index 18b2193b..4955ee49 100644
--- a/tc/q_tbf.c
+++ b/tc/q_tbf.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>
diff --git a/tc/tc.c b/tc/tc.c
index 32924164..fa71250d 100644
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -16,7 +16,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <dlfcn.h>
#include <sys/socket.h>
diff --git a/tc/tc_cbq.c b/tc/tc_cbq.c
index 5e50afa8..4cd584a9 100644
--- a/tc/tc_cbq.c
+++ b/tc/tc_cbq.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <sys/socket.h>
diff --git a/tc/tc_class.c b/tc/tc_class.c
index 0214775b..c4a6a250 100644
--- a/tc/tc_class.c
+++ b/tc/tc_class.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>
diff --git a/tc/tc_core.c b/tc/tc_core.c
index 821b741b..1bde4d51 100644
--- a/tc/tc_core.c
+++ b/tc/tc_core.c
@@ -14,7 +14,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <sys/socket.h>
diff --git a/tc/tc_estimator.c b/tc/tc_estimator.c
index c40eea96..e4edfc7e 100644
--- a/tc/tc_estimator.c
+++ b/tc/tc_estimator.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <sys/socket.h>
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>
diff --git a/tc/tc_monitor.c b/tc/tc_monitor.c
index 83142cb2..077b138d 100644
--- a/tc/tc_monitor.c
+++ b/tc/tc_monitor.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>
diff --git a/tc/tc_qdisc.c b/tc/tc_qdisc.c
index f18493d7..fcb75f29 100644
--- a/tc/tc_qdisc.c
+++ b/tc/tc_qdisc.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>
diff --git a/tc/tc_red.c b/tc/tc_red.c
index e9b2f0ee..1f82ef1a 100644
--- a/tc/tc_red.c
+++ b/tc/tc_red.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <sys/socket.h>
diff --git a/tc/tc_stab.c b/tc/tc_stab.c
index 1a0a3e3f..c0f1f160 100644
--- a/tc/tc_stab.c
+++ b/tc/tc_stab.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <sys/socket.h>
diff --git a/tc/tc_util.c b/tc/tc_util.c
index b39e5508..472fc5db 100644
--- a/tc/tc_util.c
+++ b/tc/tc_util.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 <sys/param.h>