From 540bfca8c6ead54436ea215bd0afec454329f610 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 7 May 2024 19:36:05 +0000 Subject: [PATCH] table-flip --- test/core/test_util/build.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/core/test_util/build.cc b/test/core/test_util/build.cc index 2ae07567d5b..36510696681 100644 --- a/test/core/test_util/build.cc +++ b/test/core/test_util/build.cc @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "test/core/test_util/build.h" - // Define GRPC_BUILD_HAS_ASAN as 1 or 0 depending on if we're building under // ASAN. #if defined(__has_feature)