diff mbox

[ovs-dev,v2,14/23] Remove inter-header dependencies in OVN files

Message ID a83ace5b48e621dbf16fd1b3fdb7b30067e7352d.1457026916.git.ben@skyportsystems.com
State Not Applicable
Headers show

Commit Message

ben@skyportsystems.com March 3, 2016, 6:20 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 fe12d45..a4115f8 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -33,6 +33,8 @@ 
 #include "ovn/lib/ovn-sb-idl.h"
 #include "poll-loop.h"
 #include "fatal-signal.h"
+#include "lib/bitmap.h"
+#include "lib/hash.h"
 #include "lib/hmap.h"
 #include "lib/vswitch-idl.h"
 #include "smap.h"
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 5a9044b..553c9e0 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"