From 3021ea6074bcc5a5bc7f1434ade97d84759e8d14 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 3 Oct 2011 21:52:39 -0700 Subject: vconn: Remove unnecessary forward declarations and #includes from header. This required fix-ups in a few other files that accidentally depended upon vconn.h including those other headers. --- ofproto/pinsched.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ofproto/pinsched.c') diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c index 695d9b46a..6d7eb1301 100644 --- a/ofproto/pinsched.c +++ b/ofproto/pinsched.c @@ -21,6 +21,7 @@ #include #include #include +#include "hash.h" #include "hmap.h" #include "ofpbuf.h" #include "openflow/openflow.h" -- cgit v1.2.1