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 6b78ae36f2d753b0b7283ed44b3dfc67185ac842..b0131f0704ada8e395819289804a32b67694b1df 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"