summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:43 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 09:43:12 -0700
commite03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (patch)
tree03a281a137502a7d6b9bed67b7f37af7aa104c67 /utilities/ovs-ofctl.c
parentb211014d26bd467f1e46db3dacefa9249819148c (diff)
downloadopenvswitch-e03c096dd0a61d1ec2cbc3d096b7dbc128e45939.tar.gz
Move lib/ofp-errors.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 73dc7ea40..f25a02aad 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -41,7 +41,6 @@
#include "nx-match.h"
#include "odp-util.h"
#include "ofp-actions.h"
-#include "ofp-errors.h"
#include "ofp-msgs.h"
#include "ofp-parse.h"
#include "ofp-print.h"
@@ -61,6 +60,7 @@
#include "timeval.h"
#include "unixctl.h"
#include "util.h"
+#include "openvswitch/ofp-errors.h"
#include "openvswitch/vconn.h"
#include "openvswitch/vlog.h"
#include "meta-flow.h"