Remove a pair of unnecessary dependencies on datapath-protocol.h.
authorBen Pfaff <blp@nicira.com>
Thu, 29 Sep 2011 22:18:58 +0000 (15:18 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 30 Sep 2011 15:58:10 +0000 (08:58 -0700)
commita946b636edd932994a8972cf23168e4c08b21e8e
tree47aa029d27185b84c61eae6a8b0068963b6b8383
parent7593daa2473c464cd179420b9c7f68989044fdee
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.)
lib/flow.h
lib/netdev-linux.h
ofproto/connmgr.h