lib/vhost: Remove inclusion of SPDK event library

Remove inclusion of spdk/event.h from SPDK vhost library. Dependency
of SPDK event library had been removed from SPDK vhost library.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I5853dee6e8225834f030db9a3317be47c1355a27
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2684
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
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 09:55:17 +09:00 committed by Tomasz Zawadzki
parent f385076a1b
commit 8656468020
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,9 @@
#include "spdk/stdinc.h"
#include "spdk/event.h"
#include "spdk/cpuset.h"
#include "spdk/json.h"
#include "spdk/thread.h"
#ifdef __cplusplus
extern "C" {

View File

@ -40,7 +40,6 @@
#include "spdk/scsi.h"
#include "spdk/scsi_spec.h"
#include "spdk/conf.h"
#include "spdk/event.h"
#include "spdk/util.h"
#include "spdk/likely.h"