diff options
author | tobo <tobo@yandex-team.ru> | 2022-03-10 19:21:42 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.ru> | 2022-03-10 19:21:42 +0300 |
commit | 368a9168115b0fd9a4544abcf03956279a3758fb (patch) | |
tree | 4401a9d75870216bc4c88ee0918050dedb0dff59 | |
parent | 2f0924ed7945a5efe9e6596b21b29efc64874a5b (diff) | |
download | ydb-368a9168115b0fd9a4544abcf03956279a3758fb.tar.gz |
rm unused include
ref:7effc120450f64adfbd00fa1a0427152ef1cf6a9
-rw-r--r-- | util/folder/pathsplit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/folder/pathsplit.cpp b/util/folder/pathsplit.cpp index 81d439a727..834e3b431c 100644 --- a/util/folder/pathsplit.cpp +++ b/util/folder/pathsplit.cpp @@ -1,7 +1,5 @@ #include "pathsplit.h" -#include "dirut.h" - #include <util/stream/output.h> #include <util/generic/yexception.h> |