]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_txpp.c
net/mlx5: separate Tx function declarations to another file
[dpdk.git] / drivers / net / mlx5 / mlx5_txpp.c
index 89e1c5db2a347c0811a08561760cb8cee8300f6b..d90399afb5c9f9483b7a195b8713d267faba0b94 100644 (file)
@@ -16,8 +16,8 @@
 #include <mlx5_common_devx.h>
 
 #include "mlx5.h"
-#include "mlx5_rxtx.h"
 #include "mlx5_rx.h"
+#include "mlx5_tx.h"
 #include "mlx5_common_os.h"
 
 static_assert(sizeof(struct mlx5_cqe_ts) == sizeof(rte_int128_t),