[dpdk-dev] [PATCH 04/19] distributor: remove duplicate include of rte_compat.h

Stephen Hemminger stephen at networkplumber.org
Tue Jul 11 20:55:31 CEST 2017


Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/librte_distributor/rte_distributor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_distributor/rte_distributor.c b/lib/librte_distributor/rte_distributor.c
index c4e31b8c4245..20ba9ffbc84c 100644
--- a/lib/librte_distributor/rte_distributor.c
+++ b/lib/librte_distributor/rte_distributor.c
@@ -41,7 +41,6 @@
 #include <rte_errno.h>
 #include <rte_string_fns.h>
 #include <rte_eal_memconfig.h>
-#include <rte_compat.h>
 #include <rte_pause.h>
 
 #include "rte_distributor_private.h"
-- 
2.11.0



More information about the dev mailing list