diff options
author | Kefu Chai <kchai@redhat.com> | 2019-09-02 10:37:14 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2019-09-02 15:01:01 +0200 |
commit | a0e7fbb539eb361026cc77c7691af359322cf72b (patch) | |
tree | 50f86fdbf6166cc0f640764f7adab959ba56988b /src/test/librgw_file_gp.cc | |
parent | Merge pull request #29939 from majianpeng/bluestore-print-correctly-info (diff) | |
download | ceph-a0e7fbb539eb361026cc77c7691af359322cf72b.tar.xz ceph-a0e7fbb539eb361026cc77c7691af359322cf72b.zip |
test: do not include unnecessary includes
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/test/librgw_file_gp.cc')
-rw-r--r-- | src/test/librgw_file_gp.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/librgw_file_gp.cc b/src/test/librgw_file_gp.cc index 1ad41cfd30f..b1bd931f170 100644 --- a/src/test/librgw_file_gp.cc +++ b/src/test/librgw_file_gp.cc @@ -26,7 +26,6 @@ #include "gtest/gtest.h" #include "common/ceph_argparse.h" #include "common/debug.h" -#include "global/global_init.h" #define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw |