datapath-protocol: Remove socket header #include.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 15:34:17 +0000 (08:34 -0700)
committerBen 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

index 47084f1..4e9c32a 100644 (file)
 
 #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. */