summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:10 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:48:58 -0700
commitd271907f817db25be8da8d425ac256d7ed8c96a9 (patch)
tree2d347b505423f6282caa4aa71a5c60665615c9d4 /lib/ofp-print.c
parentf4248336590110dbefa5a1494d21859b5c00c693 (diff)
downloadopenvswitch-d271907f817db25be8da8d425ac256d7ed8c96a9.tar.gz
Move lib/ofp-msgs.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.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index 16a075169..543a4e257 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -30,23 +30,23 @@
#include "byte-order.h"
#include "colors.h"
#include "compiler.h"
-#include "openvswitch/dynamic-string.h"
#include "flow.h"
#include "learn.h"
#include "multipath.h"
-#include "openvswitch/meta-flow.h"
#include "netdev.h"
#include "nx-match.h"
#include "ofp-actions.h"
-#include "openvswitch/ofpbuf.h"
-#include "ofp-msgs.h"
-#include "openvswitch/ofp-util.h"
#include "openflow/openflow.h"
#include "openflow/nicira-ext.h"
+#include "openvswitch/dynamic-string.h"
+#include "openvswitch/meta-flow.h"
#include "openvswitch/ofp-errors.h"
+#include "openvswitch/ofp-msgs.h"
+#include "openvswitch/ofp-util.h"
+#include "openvswitch/ofpbuf.h"
+#include "openvswitch/type-props.h"
#include "packets.h"
#include "dp-packet.h"
-#include "openvswitch/type-props.h"
#include "unaligned.h"
#include "odp-util.h"
#include "util.h"