projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa2700
)
datapath-protocol: Remove socket header #include.
author
Ben Pfaff
<blp@nicira.com>
Wed, 5 Oct 2011 15:34:17 +0000
(08:34 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 12 Oct 2011 23:27:09 +0000
(16:27 -0700)
It's not needed.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Bug #7559.
include/openvswitch/datapath-protocol.h
patch
|
blob
|
history
diff --git
a/include/openvswitch/datapath-protocol.h
b/include/openvswitch/datapath-protocol.h
index 47084f13ea6e13231f893b2a16395888e33c28ec..4e9c32a47fa8d6733e43f1c734eb4611751a2ae5 100644
(file)
--- 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
\f
/* datapaths. */