lib/nvmf: Remove inclusion of SPDK event library

Remove inclusion of spdk/event.h and spdk_internal/event.h from
SPDK nvmf library. Their dependency had been removed.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Ibc6c52ab41555d9b29afc3e16c1c3fd0bf5fc63a
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2687
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Shuhei Matsumoto 2020-05-29 10:19:01 +09:00 committed by Tomasz Zawadzki
parent 6917f6e061
commit 207c959a2c
7 changed files with 0 additions and 7 deletions

View File

@ -40,7 +40,6 @@
#include "nvmf_internal.h" #include "nvmf_internal.h"
#include "transport.h" #include "transport.h"
#include "spdk/event.h"
#include "spdk/string.h" #include "spdk/string.h"
#include "spdk/trace.h" #include "spdk/trace.h"
#include "spdk/nvmf_spec.h" #include "spdk/nvmf_spec.h"

View File

@ -41,7 +41,6 @@
#include "spdk/string.h" #include "spdk/string.h"
#include "spdk/trace.h" #include "spdk/trace.h"
#include "spdk/util.h" #include "spdk/util.h"
#include "spdk/event.h"
#include "spdk/likely.h" #include "spdk/likely.h"
#include "spdk/endian.h" #include "spdk/endian.h"
#include "spdk/log.h" #include "spdk/log.h"

View File

@ -39,7 +39,6 @@
#include "spdk/assert.h" #include "spdk/assert.h"
#include "spdk/nvme_spec.h" #include "spdk/nvme_spec.h"
#include "spdk/nvmf_fc_spec.h" #include "spdk/nvmf_fc_spec.h"
#include "spdk/event.h"
#include "spdk/thread.h" #include "spdk/thread.h"
#include "nvmf_internal.h" #include "nvmf_internal.h"

View File

@ -40,7 +40,6 @@
#include "spdk/string.h" #include "spdk/string.h"
#include "spdk/util.h" #include "spdk/util.h"
#include "spdk_internal/event.h"
#include "spdk_internal/log.h" #include "spdk_internal/log.h"
#include "spdk_internal/assert.h" #include "spdk_internal/assert.h"

View File

@ -36,7 +36,6 @@
#include "nvmf_internal.h" #include "nvmf_internal.h"
#include "transport.h" #include "transport.h"
#include "spdk/event.h"
#include "spdk/likely.h" #include "spdk/likely.h"
#include "spdk/string.h" #include "spdk/string.h"
#include "spdk/trace.h" #include "spdk/trace.h"

View File

@ -36,7 +36,6 @@
#include "spdk/env.h" #include "spdk/env.h"
#include "spdk_cunit.h" #include "spdk_cunit.h"
#include "spdk/nvmf.h" #include "spdk/nvmf.h"
#include "spdk_internal/event.h"
#include "spdk/endian.h" #include "spdk/endian.h"
#include "spdk/trace.h" #include "spdk/trace.h"
#include "spdk_internal/log.h" #include "spdk_internal/log.h"

View File

@ -36,7 +36,6 @@
#include "spdk/env.h" #include "spdk/env.h"
#include "spdk_cunit.h" #include "spdk_cunit.h"
#include "spdk/nvmf.h" #include "spdk/nvmf.h"
#include "spdk_internal/event.h"
#include "spdk/endian.h" #include "spdk/endian.h"
#include "spdk/trace.h" #include "spdk/trace.h"
#include "spdk_internal/log.h" #include "spdk_internal/log.h"