From: Gurucharan Shetty Date: Wed, 12 Mar 2014 16:29:19 +0000 (-0700) Subject: bfd: Remove unnecessary include of netlink header. X-Git-Tag: sliver-openvswitch-2.2.90-1~6^2~128 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8c95882897df77e17161ca6f6c5db5dcc6f7f294;p=sliver-openvswitch.git bfd: Remove unnecessary include of netlink header. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/lib/bfd.c b/lib/bfd.c index 5413105bb..1860cb6dd 100644 --- a/lib/bfd.c +++ b/lib/bfd.c @@ -30,7 +30,6 @@ #include "hmap.h" #include "list.h" #include "netdev.h" -#include "netlink.h" #include "odp-util.h" #include "ofpbuf.h" #include "ovs-thread.h"