From: Ben Pfaff Date: Wed, 5 Oct 2011 15:34:17 +0000 (-0700) Subject: datapath-protocol: Remove socket header #include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c0dbe79a50c412721a5df697c6a6303b22d2da;p=openvswitch datapath-protocol: Remove socket header #include. It's not needed. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross Bug #7559. --- diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 47084f13..4e9c32a4 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -42,13 +42,11 @@ #ifdef __KERNEL__ #include -#include #define ovs_be16 __be16 #define ovs_be32 __be32 #define ovs_be64 __be64 #else #include "openvswitch/types.h" -#include #endif /* datapaths. */