From a42f7cbc8ae25a91f510351c54752b0b41562f82 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Wed, 25 Jun 2025 15:10:14 +0000 Subject: Split #include "utils/performance.h" out of localconsts.h only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 --- src/gui/widgets/browserbox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/browserbox.cpp') diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index 8503bda75..9b402bb89 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -47,6 +47,7 @@ #include "utils/browserboxtools.h" #include "utils/checkutils.h" #include "utils/foreach.h" +#include "utils/performance.h" #include "utils/stringutils.h" #include "utils/timer.h" #include "utils/translation/podict.h" -- cgit v1.2.3-70-g09d2