build: drop utils/rolling_max_tracker.hh from precompiled header

Added by mistake. Precompiled headers should only include library
headers that rarely change, since any dependency change causes a
full rebuild.

Closes scylladb/scylladb#29560
This commit is contained in:
Avi Kivity
2026-04-20 13:47:17 +03:00
committed by Botond Dénes
parent 3aced88586
commit e84e7dfb7a

View File

@@ -93,8 +93,6 @@
#include <ctime>
#include <deque>
#include "utils/rolling_max_tracker.hh"
#include <endian.h>
#include <exception>
#if __has_include(<execinfo.h>)