From a8dea3a8cf23998f85169efb0b1b0e126e341553 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 13 Feb 2020 00:21:26 +0800 Subject: [PATCH] test: do not include unused headers Signed-off-by: Kefu Chai --- src/test/omap_bench.cc | 1 - src/test/test_utime.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/src/test/omap_bench.cc b/src/test/omap_bench.cc index 107aa51c441bf..e34387d72aef6 100644 --- a/src/test/omap_bench.cc +++ b/src/test/omap_bench.cc @@ -17,7 +17,6 @@ #include "common/ceph_mutex.h" #include "common/Cond.h" #include "include/utime.h" -#include "global/global_context.h" #include "common/ceph_argparse.h" #include "test/omap_bench.h" diff --git a/src/test/test_utime.cc b/src/test/test_utime.cc index edbd395ddd3a5..dd26093c08994 100644 --- a/src/test/test_utime.cc +++ b/src/test/test_utime.cc @@ -1,5 +1,4 @@ #include "include/utime.h" -#include "global/global_context.h" #include "gtest/gtest.h" #include "include/stringify.h" #include "common/ceph_context.h" -- 2.39.5