From e84e7dfb7a7bd495be55d24c8e83f354c4566df4 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 20 Apr 2026 13:47:17 +0300 Subject: [PATCH] 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 --- stdafx.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/stdafx.hh b/stdafx.hh index 49fc8f39a0..84b47b58c9 100644 --- a/stdafx.hh +++ b/stdafx.hh @@ -93,8 +93,6 @@ #include #include -#include "utils/rolling_max_tracker.hh" - #include #include #if __has_include()