From: Pablo de Lara Date: Wed, 15 Jun 2016 14:11:17 +0000 (+0100) Subject: app/test: remove useless hexdump include X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=25b7313fc1c348c99c8bcb0df8c6fb8154c27695;p=dpdk.git app/test: remove useless hexdump include Cryptodev performance tests do not need to use any function from rte_hexdump.h. Fixes: 202d375c60bc1 ("app/test: add cryptodev unit and performance tests") Signed-off-by: Pablo de Lara Acked-by: Fan Zhang --- diff --git a/app/test/test_cryptodev_perf.c b/app/test/test_cryptodev_perf.c index 34daecbfe3..e1adc99586 100644 --- a/app/test/test_cryptodev_perf.c +++ b/app/test/test_cryptodev_perf.c @@ -38,7 +38,6 @@ #include #include #include -#include #include "test.h" #include "test_cryptodev.h"