summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-25 14:10:23 -0700
committerBen Pfaff <blp@ovn.org>2016-03-30 13:05:32 -0700
commit7888d2a6cdc77a45b4247db322df64fe9211a1bb (patch)
treea65dcf8cee33fc1133d07f86bc4687f4abaffba7 /utilities/ovs-ofctl.c
parent417e7e66e1217ab984ebb058fb3b469e77e216fc (diff)
downloadopenvswitch-7888d2a6cdc77a45b4247db322df64fe9211a1bb.tar.gz
Move ofp-parse.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'utilities/ovs-ofctl.c')
-rw-r--r--utilities/ovs-ofctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index bd6d8482f..ff8cb99be 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -42,7 +42,6 @@
#include "odp-util.h"
#include "ofp-actions.h"
#include "ofp-msgs.h"
-#include "ofp-parse.h"
#include "ofp-print.h"
#include "ofp-util.h"
#include "ofp-version-opt.h"
@@ -61,6 +60,7 @@
#include "unixctl.h"
#include "util.h"
#include "openvswitch/ofp-errors.h"
+#include "openvswitch/ofp-parse.h"
#include "openvswitch/vconn.h"
#include "openvswitch/vlog.h"
#include "meta-flow.h"