mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
datapath-windows: remove reference to OvsNetlink.h
In this patch we remove reference to OvsNetlink.h. Since we do not refer to lib/netlink-protocol.h anymore, hence removed the WIN_DP based check as well. Signed-off-by: Ankur Sharma <ankursharma@vmware.com> Reported-at: https://github.com/openvswitch/ovs-issues/issues/18 Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -29,15 +29,9 @@
|
||||
* on other platforms it directly defines the structures and macros itself.
|
||||
*/
|
||||
|
||||
/* This file is included by windows driver as well (as of now).
|
||||
* It does not have access to following header files,
|
||||
* hence do not include them for windows driver.
|
||||
*/
|
||||
#ifndef OVS_WIN_DP
|
||||
#include <stdint.h>
|
||||
#include <sys/socket.h>
|
||||
#include "util.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETLINK
|
||||
#include <linux/netlink.h>
|
||||
|
Reference in New Issue
Block a user