From 23544fe4713705139d371702479f5ad7f325d303 Mon Sep 17 00:00:00 2001 From: akhropov Date: Thu, 21 Nov 2024 23:35:40 +0300 Subject: [PATCH] Remove TRbTree and TAvlTree from forward declarations as they are not in util commit_hash:7f3c30234700758cc6218bdef0fa2e6862f2c32e --- util/generic/fwd.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/util/generic/fwd.h b/util/generic/fwd.h index 9bed19bda..906203d60 100644 --- a/util/generic/fwd.h +++ b/util/generic/fwd.h @@ -45,12 +45,6 @@ class TIntrusiveListWithAutoDelete; template class TIntrusiveSList; -template -class TAvlTree; - -template -class TRbTree; - // containers template > class TVector;