aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobo <tobo@yandex-team.com>2022-07-27 01:53:48 +0300
committertobo <tobo@yandex-team.com>2022-07-27 01:53:48 +0300
commit3b836cb4c5d55a10d7f7eccd4434f40d72df2a20 (patch)
treef2536ab610f70a3dbb1edf24b7eff528d2c55751
parent00d6612568801a010ef5cc7514e4f86cb5c8ca78 (diff)
downloadydb-3b836cb4c5d55a10d7f7eccd4434f40d72df2a20.tar.gz
remove unused include
-rw-r--r--util/datetime/base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/datetime/base.cpp b/util/datetime/base.cpp
index 38ecc3ab96..9b4ec5234b 100644
--- a/util/datetime/base.cpp
+++ b/util/datetime/base.cpp
@@ -6,7 +6,6 @@
#include <util/system/compat.h>
#include <util/memory/tempbuf.h>
#include <util/generic/string.h>
-#include <util/generic/strbuf.h>
#include <util/generic/yexception.h>
TString Strftime(const char* format, const struct tm* tm) {