Move lib/ofp-print.h to include/openvswitch directory
[cascardo/ovs.git] / lib / dpif-netdev.c
index b14d641..1e8a37c 100644 (file)
 #include "dpif.h"
 #include "dpif-provider.h"
 #include "dummy.h"
-#include "openvswitch/dynamic-string.h"
 #include "fat-rwlock.h"
 #include "flow.h"
 #include "hmapx.h"
 #include "latch.h"
-#include "openvswitch/list.h"
-#include "openvswitch/match.h"
 #include "netdev.h"
 #include "netdev-dpdk.h"
 #include "netdev-vport.h"
 #include "netlink.h"
 #include "odp-execute.h"
 #include "odp-util.h"
-#include "ofp-print.h"
+#include "openvswitch/dynamic-string.h"
+#include "openvswitch/list.h"
+#include "openvswitch/match.h"
+#include "openvswitch/ofp-print.h"
 #include "openvswitch/ofpbuf.h"
+#include "openvswitch/vlog.h"
 #include "ovs-numa.h"
 #include "ovs-rcu.h"
 #include "packets.h"
@@ -69,8 +70,6 @@
 #include "unixctl.h"
 #include "util.h"
 
-#include "openvswitch/vlog.h"
-
 VLOG_DEFINE_THIS_MODULE(dpif_netdev);
 
 #define FLOW_DUMP_MAX_BATCH 50