2
0
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:
Ankur Sharma
2014-08-22 10:00:29 -07:00
committed by Ben Pfaff
parent d838e57730
commit 2b829ece6f
3 changed files with 0 additions and 181 deletions

View File

@@ -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>