2
0
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:
Ben Pfaff
2011-09-29 15:18:58 -07:00
parent 7593daa247
commit a946b636ed
3 changed files with 1 additions and 2 deletions

View File

@@ -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. */