From 2e6bc2b899da46c73795efe63bd4164fa2ed3104 Mon Sep 17 00:00:00 2001 From: Vadim Sadokhov Date: Wed, 6 Sep 2023 17:46:40 +0300 Subject: [PATCH] remove less include --- server/server-stats.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/server-stats.cpp b/server/server-stats.cpp index 77ddc5c6c7..65e0a2dd40 100644 --- a/server/server-stats.cpp +++ b/server/server-stats.cpp @@ -12,7 +12,6 @@ #include "common/smart_iterators/transform_iterator.h" #include "common/wrappers/memory-utils.h" #include "net/net-events.h" -#include "net/net-connections.h" #include "runtime/curl.h" @@ -20,7 +19,6 @@ #include "server/json-logger.h" #include "server/server-stats.h" -#include "server/php-worker.h" #include "server/statshouse/statshouse-client.h" #include "server/statshouse/worker-stats-buffer.h" @@ -135,7 +133,6 @@ struct MiscStat : WithStatType { }; }; - template struct EnumTable : std::array(E::Key::types_count)> { using Base = std::array(E::Key::types_count)>;