flow: Drop datapath-protocol.h from flow.c.
authorJesse Gross <jesse@nicira.com>
Thu, 29 Sep 2011 20:22:46 +0000 (13:22 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 29 Sep 2011 21:35:57 +0000 (14:35 -0700)
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.

lib/flow.c

index 6b78ae3..b0131f0 100644 (file)
@@ -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"