summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-25 14:10:24 -0700
committerBen Pfaff <blp@ovn.org>2016-03-30 13:10:18 -0700
commit64c967795b26c3ed1cd09899ca62d95373f2e2d7 (patch)
tree4a43b1edc5a73dbf390e9e19a415f95093fbb4a6 /utilities
parent7888d2a6cdc77a45b4247db322df64fe9211a1bb (diff)
downloadopenvswitch-64c967795b26c3ed1cd09899ca62d95373f2e2d7.tar.gz
Move lib/ofpbuf.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Acked-by: Ryan Moats <rmoats@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/nlmon.c2
-rw-r--r--utilities/ovs-ofctl.c2
-rw-r--r--utilities/ovs-testcontroller.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/utilities/nlmon.c b/utilities/nlmon.c
index 9baa1c283..2e16222cb 100644
--- a/utilities/nlmon.c
+++ b/utilities/nlmon.c
@@ -25,7 +25,7 @@
#include <linux/rtnetlink.h>
#include "netlink.h"
#include "netlink-socket.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "poll-loop.h"
#include "timeval.h"
#include "util.h"
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index ff8cb99be..6fbf361f3 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -45,7 +45,7 @@
#include "ofp-print.h"
#include "ofp-util.h"
#include "ofp-version-opt.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "ofproto/ofproto.h"
#include "openflow/nicira-ext.h"
#include "openflow/openflow.h"
diff --git a/utilities/ovs-testcontroller.c b/utilities/ovs-testcontroller.c
index 550c33111..386826653 100644
--- a/utilities/ovs-testcontroller.c
+++ b/utilities/ovs-testcontroller.c
@@ -30,7 +30,7 @@
#include "fatal-signal.h"
#include "learning-switch.h"
#include "ofp-version-opt.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
#include "openflow/openflow.h"
#include "poll-loop.h"
#include "rconn.h"