summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-14 15:20:21 -0700
committerBen Pfaff <blp@ovn.org>2016-04-14 16:38:32 -0700
commit25d436fbd49fc4f420c8bb3dcb71209b11c8e11a (patch)
tree94ecf6c415445fb755ad4f4100190e1d090e9702 /lib/ofp-print.c
parent66bd43fa50b49534d29c2be94532da9ccb499c34 (diff)
downloadopenvswitch-25d436fbd49fc4f420c8bb3dcb71209b11c8e11a.tar.gz
Move lib/ofp-print.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/ofp-print.c')
-rw-r--r--lib/ofp-print.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index eb98ee56d..24464a164 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -15,7 +15,6 @@
*/
#include <config.h>
-#include "ofp-print.h"
#include <errno.h>
#include <inttypes.h>
@@ -30,11 +29,13 @@
#include "byte-order.h"
#include "colors.h"
#include "compiler.h"
+#include "dp-packet.h"
#include "flow.h"
#include "learn.h"
#include "multipath.h"
#include "netdev.h"
#include "nx-match.h"
+#include "odp-util.h"
#include "openflow/nicira-ext.h"
#include "openflow/openflow.h"
#include "openvswitch/dynamic-string.h"
@@ -42,13 +43,12 @@
#include "openvswitch/ofp-actions.h"
#include "openvswitch/ofp-errors.h"
#include "openvswitch/ofp-msgs.h"
+#include "openvswitch/ofp-print.h"
#include "openvswitch/ofp-util.h"
#include "openvswitch/ofpbuf.h"
#include "openvswitch/type-props.h"
#include "packets.h"
-#include "dp-packet.h"
#include "unaligned.h"
-#include "odp-util.h"
#include "util.h"
#include "uuid.h"