Skip to content

Commit

Permalink
remove less include
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Sadokhov committed Sep 6, 2023
1 parent 3e0cd0e commit 2e6bc2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/server-stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
#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"

#include "server/workers-control.h"

#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"

Expand Down Expand Up @@ -135,7 +133,6 @@ struct MiscStat : WithStatType<uint64_t> {
};
};


template<class E, class T = typename E::StatType>
struct EnumTable : std::array<T, static_cast<size_t>(E::Key::types_count)> {
using Base = std::array<T, static_cast<size_t>(E::Key::types_count)>;
Expand Down

0 comments on commit 2e6bc2b

Please sign in to comment.