From: Ben Pfaff Date: Fri, 6 Apr 2012 22:13:37 +0000 (-0700) Subject: netlink-socket: Remove unnecessary #include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8843668ae593f51b3bf4ab189fa218c40f0f0e33;p=openvswitch netlink-socket: Remove unnecessary #include. Signed-off-by: Ben Pfaff --- diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index f2a5d3fa..9d288bdd 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket.h @@ -35,7 +35,6 @@ #include #include #include -#include "list.h" struct ofpbuf; struct nl_sock;