diff options
author | tobo <tobo@yandex-team.ru> | 2022-02-11 11:03:19 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.ru> | 2022-02-11 11:03:19 +0300 |
commit | c184e3cffe4bd92b3a1a6a778320079f53b1d7a1 (patch) | |
tree | ad2a13179cbf9ee637c86332ddf08cd18b7f40dd /util/memory | |
parent | 9e0f7aea7799e801eb90af47c09825358537a718 (diff) | |
download | ydb-c184e3cffe4bd92b3a1a6a778320079f53b1d7a1.tar.gz |
rm unused include
ref:58f9777b21e10d88e9796d1186d62af610fd09a4
Diffstat (limited to 'util/memory')
-rw-r--r-- | util/memory/tempbuf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/memory/tempbuf.cpp b/util/memory/tempbuf.cpp index 09a2d0f140..27b45dea48 100644 --- a/util/memory/tempbuf.cpp +++ b/util/memory/tempbuf.cpp @@ -1,7 +1,6 @@ #include "tempbuf.h" #include "addstorage.h" -#include <util/system/tls.h> #include <util/system/yassert.h> #include <util/system/defaults.h> #include <util/generic/intrlist.h> |