summaryrefslogtreecommitdiff
path: root/app/test-pipeline
diff options
context:
space:
mode:
authorAmine Kherbouche <amine.kherbouche@6wind.com>2016-08-31 10:34:26 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2016-09-16 10:16:02 +0200
commitf03723017a2a5ea421df821eb0ff9a0bfcacff4f (patch)
treea89700cbb17d1d70728d341311fc3498d6279637 /app/test-pipeline
parentca47b9a89856331377a69f9af0621f44c755eeb5 (diff)
remove unused ring includes
This patch removes all unused <rte_ring.h> headers. Signed-off-by: Amine Kherbouche <amine.kherbouche@6wind.com>
Diffstat (limited to 'app/test-pipeline')
-rw-r--r--app/test-pipeline/config.c1
-rw-r--r--app/test-pipeline/main.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/test-pipeline/config.c b/app/test-pipeline/config.c
index 72e018cf33..c7bc937fc0 100644
--- a/app/test-pipeline/config.c
+++ b/app/test-pipeline/config.c
@@ -63,7 +63,6 @@
#include <rte_debug.h>
#include <rte_ether.h>
#include <rte_ethdev.h>
-#include <rte_ring.h>
#include <rte_mempool.h>
#include <rte_mbuf.h>
#include <rte_ip.h>
diff --git a/app/test-pipeline/main.c b/app/test-pipeline/main.c
index 685ebd46cc..c57e4dd41e 100644
--- a/app/test-pipeline/main.c
+++ b/app/test-pipeline/main.c
@@ -64,7 +64,6 @@
#include <rte_debug.h>
#include <rte_ether.h>
#include <rte_ethdev.h>
-#include <rte_ring.h>
#include <rte_mempool.h>
#include <rte_mbuf.h>
#include <rte_ip.h>