app: remove unnecessary header file

Change-Id: I21299224e9d25f47a4098d4ea491d1fae3a549c0
Signed-off-by: Liang Yan <liang.z.yan@intel.com>
Reviewed-on: https://review.gerrithub.io/403460
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Liang Yan 2018-03-12 15:39:04 +08:00 committed by Daniel Verkamp
parent 258845450d
commit 8561b30502
3 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#include "spdk/env.h"
#include "spdk/event.h"
#include "spdk/log.h"
#define SPDK_NVMF_BUILD_ETC "/usr/local/etc/nvmf"
#define SPDK_NVMF_DEFAULT_CONFIG SPDK_NVMF_BUILD_ETC "/nvmf.conf"

View File

@ -35,7 +35,6 @@
#include "spdk/env.h"
#include "spdk/event.h"
#include "spdk/log.h"
#include "spdk/vhost.h"
/* TODO: this should be handled by configure */

View File

@ -33,7 +33,6 @@
#include "spdk/stdinc.h"
#include "spdk/log.h"
#include "spdk/conf.h"
#include "spdk/event.h"