mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
Remove a pair of unnecessary dependencies on datapath-protocol.h.
These headers don't really need datapath-protocol.h. connmgr.h indirectly used "struct nlattr" from that header, so add a forward declaration. (The next commit will remove use of struct nlattr entirely from that header, since it is not really appropriate.)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "openvswitch/datapath-protocol.h"
|
||||
|
||||
/* These functions are Linux specific, so they should be used directly only by
|
||||
* Linux-specific code. */
|
||||
|
Reference in New Issue
Block a user