]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: remove dlfcn.h from files that dont need it
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Nov 2009 04:26:34 +0000 (04:26 +0000)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 13 Nov 2009 22:14:07 +0000 (14:14 -0800)
commit05b4f8492b1f605e78e7ff961cb165a475f456bc
tree40f8e64f3dbc5a5bc87a43de454b4adc106144d5
parenta6992a9c91e4dc8277e2790ca35c3873c498e964
tc: remove dlfcn.h from files that dont need it

A bunch of source files look like they're copy & pasted from other files,
and some include header files that they don't actually need.  Since dlfcn
has very specific usage (and is a pain on a static-only system), drop it
where it isn't really needed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tc/em_cmp.c
tc/em_meta.c
tc/em_nbyte.c
tc/em_u32.c
tc/m_nat.c
tc/m_xt.c