From decea46f594a0b487a0830fbbcce5f32b3b33b27 Mon Sep 17 00:00:00 2001 From: John Meneghini Date: Mon, 10 Apr 2017 22:39:57 -0400 Subject: [PATCH] test: remove unneeded rte includes from overhead.c --- test/lib/nvme/overhead/overhead.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/lib/nvme/overhead/overhead.c b/test/lib/nvme/overhead/overhead.c index 48e501457..2f2b6303a 100644 --- a/test/lib/nvme/overhead/overhead.c +++ b/test/lib/nvme/overhead/overhead.c @@ -39,9 +39,6 @@ #include #include -#include -#include - #include "spdk/barrier.h" #include "spdk/fd.h" #include "spdk/nvme.h"