datapath-protocol: Remove socket header #include.
[sliver-openvswitch.git] / 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. */