From: Yingxin Cheng Date: Wed, 27 Oct 2021 06:23:02 +0000 (+0800) Subject: crimson/os/seastore/store-nbd: cleanup headers X-Git-Tag: v17.1.0~582^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5d2a34025c6b36b39ae6fcd79f5cfb60ea2a27d;p=ceph.git crimson/os/seastore/store-nbd: cleanup headers Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/tools/store_nbd/store-nbd.cc b/src/crimson/tools/store_nbd/store-nbd.cc index 0857f0f48decb..9f80c3b2cdcdc 100644 --- a/src/crimson/tools/store_nbd/store-nbd.cc +++ b/src/crimson/tools/store_nbd/store-nbd.cc @@ -36,15 +36,17 @@ #include #include +#include #include -#include +#include #include +#include #include +#include +#include -#include "crimson/common/log.h" #include "crimson/common/config_proxy.h" - -#include "test/crimson/seastar_runner.h" +#include "crimson/common/log.h" #include "block_driver.h"