summaryrefslogtreecommitdiff
path: root/tests/test-flows.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 /tests/test-flows.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 'tests/test-flows.c')
-rw-r--r--tests/test-flows.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-flows.c b/tests/test-flows.c
index 040953b79..4a1b65ed2 100644
--- a/tests/test-flows.c
+++ b/tests/test-flows.c
@@ -22,16 +22,16 @@
#include <stdlib.h>
#include <string.h>
#include "classifier.h"
-#include "openvswitch/ofpbuf.h"
-#include "ofp-print.h"
-#include "openvswitch/ofp-util.h"
#include "openflow/openflow.h"
+#include "openvswitch/ofp-print.h"
+#include "openvswitch/ofp-util.h"
+#include "openvswitch/ofpbuf.h"
+#include "openvswitch/vlog.h"
#include "ovstest.h"
#include "dp-packet.h"
#include "pcap-file.h"
#include "timeval.h"
#include "util.h"
-#include "openvswitch/vlog.h"
static void
test_flows_main(int argc OVS_UNUSED, char *argv[] OVS_UNUSED)