diff options
author | tobo <tobo@yandex-team.ru> | 2022-02-22 03:31:52 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.ru> | 2022-02-22 03:31:52 +0300 |
commit | 75c99e1ca6e2eb6accf7c91127e4a76d346228f9 (patch) | |
tree | 916f3b64f8969fd3d888cc938c060a520431d6f7 | |
parent | e7f36f26dfc10d644f206651b797a3d1fa6a2995 (diff) | |
download | ydb-75c99e1ca6e2eb6accf7c91127e4a76d346228f9.tar.gz |
rm unused include
ref:f0f0572f52d7977841789105c6b51d4ca5ea1382
-rw-r--r-- | util/system/filemap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 7454a4cb94..f6b12c3d74 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -3,7 +3,6 @@ #include "defaults.h" #include "hi_lo.h" -#include <util/generic/buffer.h> #include <util/generic/yexception.h> #include <util/generic/singleton.h> |