From 25d436fbd49fc4f420c8bb3dcb71209b11c8e11a Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Thu, 14 Apr 2016 15:20:21 -0700 Subject: Move lib/ofp-print.h to include/openvswitch directory Signed-off-by: Ben Warren Signed-off-by: Ben Pfaff --- tests/test-flows.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test-flows.c') 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 #include #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) -- cgit v1.2.1