aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-05 08:34:17 -0700
committerBen Pfaff <blp@nicira.com>2011-10-12 16:27:09 -0700
commit13c0dbe79a50c412721a5df697c6a6303b22d2da (patch)
treef9739807f1867b9b38d21032406d80b2edcb60d3 /include
parent5fa270099ab418ed0063144777ec76716dd3a207 (diff)
datapath-protocol: Remove socket header #include.
It's not needed. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com> Bug #7559.
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/datapath-protocol.h2
1 files changed, 0 insertions, 2 deletions
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 <linux/types.h>
-#include <linux/socket.h>
#define ovs_be16 __be16
#define ovs_be32 __be32
#define ovs_be64 __be64
#else
#include "openvswitch/types.h"
-#include <sys/socket.h>
#endif
/* datapaths. */