diff mbox

[ovs-dev,v3,12/21] Remove inter-header dependencies in OVN files

Message ID f5d4996dc3f2640178b336db086d53d1768775e8.1458586229.git.ben@skyportsystems.com
State Superseded
Headers show

Commit Message

ben@skyportsystems.com March 21, 2016, 6:58 p.m. UTC
From: Ben Warren <ben@skyportsystems.com>

These includes were needed when "meta-flow.h" was refactored, even
though neither of affected files included that header file directly.

Signed-off-by: Ben Warren <ben@skyportsystems.com>
---
 ovn/controller/ovn-controller.c | 2 ++
 ovn/northd/ovn-northd.c         | 1 +
 2 files changed, 3 insertions(+)
diff mbox

Patch

diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
index e52b731..7f69b78 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -44,6 +44,8 @@ 
 #include "physical.h"
 #include "pinctrl.h"
 #include "poll-loop.h"
+#include "lib/bitmap.h"
+#include "lib/hash.h"
 #include "smap.h"
 #include "stream-ssl.h"
 #include "stream.h"
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 7918401..3dc2a59 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -29,6 +29,7 @@ 
 #include "ovn/lib/lex.h"
 #include "ovn/lib/ovn-nb-idl.h"
 #include "ovn/lib/ovn-sb-idl.h"
+#include "packets.h"
 #include "poll-loop.h"
 #include "smap.h"
 #include "stream.h"