diff options
author | tobo <tobo@yandex-team.com> | 2022-08-27 09:27:58 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-08-27 09:27:58 +0300 |
commit | 4dbabc23865ff97e927ec7ed85951578b160377a (patch) | |
tree | f47e2bb98e55b099e5f7b16c3084c5b03b088470 /library/cpp/http/server/http.cpp | |
parent | d063246f756e3568f11455a0a803363840797419 (diff) | |
download | ydb-4dbabc23865ff97e927ec7ed85951578b160377a.tar.gz |
remove unused includes
Diffstat (limited to 'library/cpp/http/server/http.cpp')
-rw-r--r-- | library/cpp/http/server/http.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp index 05daf90054..c2ca947d50 100644 --- a/library/cpp/http/server/http.cpp +++ b/library/cpp/http/server/http.cpp @@ -4,7 +4,6 @@ #include <library/cpp/threading/equeue/equeue.h> #include <util/generic/buffer.h> -#include <util/generic/cast.h> #include <util/generic/intrlist.h> #include <util/generic/yexception.h> #include <util/network/address.h> @@ -21,10 +20,6 @@ #include <cerrno> #include <cstring> -#include <ctime> - -#include <sys/stat.h> -#include <sys/types.h> using namespace NAddr; |