remove unneeded spdk_internal/thread.h includes

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I488d7c9441302847b170cd3b2a835ecad74cd031
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4718
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
Jim Harris 2020-10-15 21:53:19 +00:00 committed by Tomasz Zawadzki
parent 8611bc17ca
commit b94d358a49
13 changed files with 0 additions and 19 deletions

View File

@ -42,7 +42,6 @@
#include "spdk/queue.h"
#include "spdk/util.h"
#include "spdk_internal/thread.h"
#include "spdk_internal/event.h"
#include "config-host.h"

View File

@ -45,8 +45,6 @@ extern "C" {
#include "spdk/log.h"
#include "spdk/thread.h"
#include "spdk/bdev.h"
#include "spdk_internal/thread.h"
}
namespace rocksdb

View File

@ -34,7 +34,6 @@
#include "spdk_cunit.h"
#include "spdk/thread.h"
#include "spdk_internal/mock.h"
#include "spdk_internal/thread.h"
#include "common/lib/test_env.c"

View File

@ -40,8 +40,6 @@
/* HACK: disable VTune integration so the unit test doesn't need VTune headers and libs to build */
#undef SPDK_CONFIG_VTUNE
#include "spdk_internal/thread.h"
#include "bdev/bdev.c"
#include "bdev/part.c"

View File

@ -36,8 +36,6 @@
#include "common/lib/ut_multithread.c"
#include "unit/lib/json_mock.c"
#include "spdk_internal/thread.h"
#include "bdev/pmem/bdev_pmem.c"
static struct spdk_bdev_module *g_bdev_pmem_module;

View File

@ -36,7 +36,6 @@
#include "spdk_cunit.h"
#include "spdk/blob.h"
#include "spdk/string.h"
#include "spdk_internal/thread.h"
#include "common/lib/ut_multithread.c"
#include "../bs_dev_common.c"

View File

@ -42,8 +42,6 @@
#include "blobfs/tree.c"
#include "blob/blobstore.h"
#include "spdk_internal/thread.h"
#include "unit/lib/blob/bs_dev_common.c"
struct spdk_filesystem *g_fs;

View File

@ -38,7 +38,6 @@
#include "spdk/log.h"
#include "spdk/thread.h"
#include "spdk/barrier.h"
#include "spdk_internal/thread.h"
#include "spdk_cunit.h"
#include "unit/lib/blob/bs_dev_common.c"

View File

@ -31,8 +31,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "spdk_internal/thread.h"
#include "spdk/ftl.h"
#include "ftl/ftl_core.h"

View File

@ -42,8 +42,6 @@
#include "iscsi/portal_grp.c"
#include "unit/lib/json_mock.c"
#include "spdk_internal/thread.h"
DEFINE_STUB(iscsi_conn_construct, int,
(struct spdk_iscsi_portal *portal, struct spdk_sock *sock),
0);

View File

@ -35,7 +35,6 @@
#include "spdk_cunit.h"
#include "spdk_internal/mock.h"
#include "spdk_internal/thread.h"
#include "common/lib/ut_multithread.c"
#include "nvmf/ctrlr.c"

View File

@ -36,7 +36,6 @@
#include "common/lib/ut_multithread.c"
#include "spdk_cunit.h"
#include "spdk_internal/mock.h"
#include "spdk_internal/thread.h"
#include "nvmf/subsystem.c"

View File

@ -36,7 +36,6 @@
#include "spdk_cunit.h"
#include "spdk_internal/mock.h"
#include "spdk_internal/thread.h"
#include "common/lib/test_env.c"
#include "common/lib/test_sock.c"