From: Daniele Di Proietto Date: Fri, 24 Jan 2014 18:00:05 +0000 (+0100) Subject: m4: remove useless include from netlink check X-Git-Tag: sliver-openvswitch-2.1.90-1~8^2~14 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=37cb736413c279505a4cc9951eda9bce20e1c19f m4: remove useless include from netlink check linux/types.h is already included from linux/netlink.h (in every linux version). This will ease FreeBSD porting Signed-off-by: Daniele Di Proietto Signed-off-by: Ben Pfaff --- diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index c0af6d47d..7a0465bc1 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -75,7 +75,6 @@ AC_DEFUN([OVS_CHECK_NETLINK], [HAVE_NETLINK=yes], [HAVE_NETLINK=no], [#include - #include ]) AM_CONDITIONAL([HAVE_NETLINK], [test "$HAVE_NETLINK" = yes]) if test "$HAVE_NETLINK" = yes; then