Commit 44ff9943 authored by Jim Harris's avatar Jim Harris Committed by Tomasz Zawadzki
Browse files

event: remove include of spdk_internal/thread.h



It's not needed.  Add it to one of the UT where it
is needed though.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I06628184c22df68deffce3ca0561878569ccf3f4
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4717


Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 95e53394
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include "spdk/likely.h"

#include "spdk_internal/event.h"
#include "spdk_internal/thread.h"

#include "spdk/log.h"
#include "spdk/thread.h"
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include "spdk_cunit.h"
#include "common/lib/test_env.c"
#include "event/reactor.c"
#include "spdk_internal/thread.h"

static void
test_create_reactor(void)