]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_launch.c
net/sfc/base: fix error code usage in common code
[dpdk.git] / lib / librte_eal / common / eal_common_launch.c
index 599f83b525ace0b43c8b7fb8cdb861e7a7b6752f..229c3a0344cf5cd9d1e65fec02bbdb73c2656fd4 100644 (file)
@@ -39,7 +39,6 @@
 #include <rte_launch.h>
 #include <rte_memory.h>
 #include <rte_memzone.h>
-#include <rte_tailq.h>
 #include <rte_eal.h>
 #include <rte_atomic.h>
 #include <rte_per_lcore.h>
@@ -117,4 +116,3 @@ rte_eal_mp_wait_lcore(void)
                rte_eal_wait_lcore(lcore_id);
        }
 }
-