From: Kefu Chai Date: Mon, 26 Apr 2021 15:46:04 +0000 (+0800) Subject: common/ceph_time: do not include non-existent header file X-Git-Tag: v17.1.0~2082^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9381081976b9ffaba25e20e5389db12d8faab76;p=ceph-ci.git common/ceph_time: do not include non-existent header file i have following error when building on MacOS ceph/src/common/ceph_time.cc:29:10: fatal error: 'ostringstream' file not found ^~~~~~~~~~~~~~~ Signed-off-by: Kefu Chai --- diff --git a/src/common/ceph_time.cc b/src/common/ceph_time.cc index 69b3cdde6e8..1b8c3ae08a5 100644 --- a/src/common/ceph_time.cc +++ b/src/common/ceph_time.cc @@ -26,7 +26,6 @@ #include #include -#include #ifndef NSEC_PER_SEC #define NSEC_PER_SEC 1000000000ULL