From: Jesse Gross Date: Thu, 29 Sep 2011 20:22:46 +0000 (-0700) Subject: flow: Drop datapath-protocol.h from flow.c. X-Git-Tag: v1.3.0~177 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aeea3504e98e0a1abb553da69a33bfc7563e10f4;p=sliver-openvswitch.git flow: Drop datapath-protocol.h from flow.c. 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. --- diff --git a/lib/flow.c b/lib/flow.c index 6b78ae36f..b0131f070 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -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"