mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
flow: Drop datapath-protocol.h from flow.c.
datapath-protocol.h is increasingly a Linux-specific header so its usage should be restricted from generic code. Nothing in flow.c uses it, so drop it to avoid layer violations.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "hash.h"
|
||||
#include "ofpbuf.h"
|
||||
#include "openflow/openflow.h"
|
||||
#include "openvswitch/datapath-protocol.h"
|
||||
#include "packets.h"
|
||||
#include "unaligned.h"
|
||||
#include "vlog.h"
|
||||
|
Reference in New Issue
Block a user