From aeea3504e98e0a1abb553da69a33bfc7563e10f4 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Thu, 29 Sep 2011 13:22:46 -0700 Subject: [PATCH] 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. --- lib/flow.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.43.0