aboutsummaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authortobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
committertobo <tobo@yandex-team.ru>2022-04-07 08:59:43 +0300
commit8d0bed04edbd809859fe349779c07ef122fdeca2 (patch)
tree5637277bc2da6afb261b990047079e132f5b8d2b /util/network
parent3bd25da701a5b6de40acbea240354462348803d6 (diff)
downloadydb-8d0bed04edbd809859fe349779c07ef122fdeca2.tar.gz
remove unused includes
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
Diffstat (limited to 'util/network')
-rw-r--r--util/network/address.cpp1
-rw-r--r--util/network/init.cpp5
2 files changed, 0 insertions, 6 deletions
diff --git a/util/network/address.cpp b/util/network/address.cpp
index a81a9e6994..140ad0d3d0 100644
--- a/util/network/address.cpp
+++ b/util/network/address.cpp
@@ -3,7 +3,6 @@
#include "address.h"
#if defined(_unix_)
- #include <sys/types.h>
#include <sys/un.h>
#endif
diff --git a/util/network/init.cpp b/util/network/init.cpp
index 366e65682c..430b25c2fc 100644
--- a/util/network/init.cpp
+++ b/util/network/init.cpp
@@ -1,13 +1,8 @@
#include "init.h"
-#include <util/system/compat.h>
-#include <util/system/yassert.h>
#include <util/system/defaults.h>
#include <util/generic/singleton.h>
-#include <cstdio>
-#include <cstdlib>
-
namespace {
class TNetworkInit {
public: