summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:46 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 10:02:12 -0700
commit3e8a2ad145a3f7e3a905a9dfbc951436679e35cc (patch)
treea8c70ea6f8218f8c578a13d44a0ed07d7cd3f693 /ovn
parente03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (diff)
downloadopenvswitch-3e8a2ad145a3f7e3a905a9dfbc951436679e35cc.tar.gz
Move lib/dynamic-string.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/controller-vtep/ovn-controller-vtep.c2
-rw-r--r--ovn/controller/chassis.c2
-rw-r--r--ovn/controller/lflow.c2
-rw-r--r--ovn/controller/ofctrl.c2
-rw-r--r--ovn/controller/ovn-controller.c2
-rw-r--r--ovn/lib/actions.c2
-rw-r--r--ovn/lib/expr.c2
-rw-r--r--ovn/lib/lex.c2
-rw-r--r--ovn/northd/ovn-northd.c2
-rw-r--r--ovn/utilities/ovn-sbctl.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/ovn/controller-vtep/ovn-controller-vtep.c b/ovn/controller-vtep/ovn-controller-vtep.c
index 518a65d3d..bad3316f8 100644
--- a/ovn/controller-vtep/ovn-controller-vtep.c
+++ b/ovn/controller-vtep/ovn-controller-vtep.c
@@ -25,7 +25,7 @@
#include "compiler.h"
#include "daemon.h"
#include "dirs.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "fatal-signal.h"
#include "poll-loop.h"
#include "stream.h"
diff --git a/ovn/controller/chassis.c b/ovn/controller/chassis.c
index f0dfaa50f..67f3085e2 100644
--- a/ovn/controller/chassis.c
+++ b/ovn/controller/chassis.c
@@ -16,8 +16,8 @@
#include <config.h>
#include "chassis.h"
-#include "lib/dynamic-string.h"
#include "lib/vswitch-idl.h"
+#include "openvswitch/dynamic-string.h"
#include "openvswitch/vlog.h"
#include "ovn/lib/ovn-sb-idl.h"
#include "ovn-controller.h"
diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c
index 48bb9c800..0614a5452 100644
--- a/ovn/controller/lflow.c
+++ b/ovn/controller/lflow.c
@@ -16,7 +16,7 @@
#include <config.h>
#include "lflow.h"
#include "lport.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "ofctrl.h"
#include "ofp-actions.h"
#include "ofpbuf.h"
diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c
index 3297fb397..5f4982f33 100644
--- a/ovn/controller/ofctrl.c
+++ b/ovn/controller/ofctrl.c
@@ -16,7 +16,7 @@
#include <config.h>
#include "ofctrl.h"
#include "dirs.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "hmap.h"
#include "match.h"
#include "ofp-actions.h"
diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
index 5852e3576..e52b731c3 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -29,7 +29,7 @@
#include "compiler.h"
#include "daemon.h"
#include "dirs.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "encaps.h"
#include "fatal-signal.h"
#include "hmap.h"
diff --git a/ovn/lib/actions.c b/ovn/lib/actions.c
index 0bf9dedd0..6f67b93e5 100644
--- a/ovn/lib/actions.c
+++ b/ovn/lib/actions.c
@@ -19,7 +19,7 @@
#include <stdarg.h>
#include <stdbool.h>
#include "compiler.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "expr.h"
#include "lex.h"
#include "logical-fields.h"
diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c
index 2766a95da..2b8df848d 100644
--- a/ovn/lib/expr.c
+++ b/ovn/lib/expr.c
@@ -16,7 +16,7 @@
#include <config.h>
#include "expr.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "json.h"
#include "lex.h"
#include "logical-fields.h"
diff --git a/ovn/lib/lex.c b/ovn/lib/lex.c
index 481f11efd..9cad5c71a 100644
--- a/ovn/lib/lex.c
+++ b/ovn/lib/lex.c
@@ -19,7 +19,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "json.h"
#include "packets.h"
#include "util.h"
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 68003e320..19609c935 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -21,7 +21,7 @@
#include "command-line.h"
#include "daemon.h"
#include "dirs.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "fatal-signal.h"
#include "hash.h"
#include "hmap.h"
diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c
index 0f402cd2f..706ab2e55 100644
--- a/ovn/utilities/ovn-sbctl.c
+++ b/ovn/utilities/ovn-sbctl.c
@@ -31,7 +31,7 @@
#include "command-line.h"
#include "compiler.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "fatal-signal.h"
#include "json.h"
#include "ovsdb-data.h"