From 13c0dbe79a50c412721a5df697c6a6303b22d2da Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 5 Oct 2011 08:34:17 -0700 Subject: [PATCH 1/1] datapath-protocol: Remove socket header #include. It's not needed. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross Bug #7559. --- include/openvswitch/datapath-protocol.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 47084f13e..4e9c32a47 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. */ -- 2.45.2