aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvadim-xd <vadim-xd@yandex-team.com>2024-05-17 11:49:43 +0300
committervadim-xd <vadim-xd@yandex-team.com>2024-05-17 11:59:20 +0300
commit3d339ed1c60a04d959a40aaa931e1792a1a9cabb (patch)
tree474f89e194e05067db87647fea3f19f838dd9dc8
parent775d0351a249e51e62bfe31cf4fdecd4f41d4d01 (diff)
downloadydb-3d339ed1c60a04d959a40aaa931e1792a1a9cabb.tar.gz
Remove unused vector.h in library/cpp/http/io/headers.h
3a95ba7ea18b67eb6bd8d04631814456f4881138
-rw-r--r--library/cpp/http/io/headers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/http/io/headers.h b/library/cpp/http/io/headers.h
index 3ae40683e2..72d3dec4bb 100644
--- a/library/cpp/http/io/headers.h
+++ b/library/cpp/http/io/headers.h
@@ -4,7 +4,6 @@
#include <util/generic/deque.h>
#include <util/generic/string.h>
#include <util/generic/strbuf.h>
-#include <util/generic/vector.h> // XXX unused - remove after fixing transitive includes.
#include <util/string/cast.h>
class IInputStream;