From 14ffd1cc4ec4cf6a470f253ee08647a8dfff934d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 8 Apr 2025 11:32:34 -0400 Subject: [PATCH] cmXCodeObject: Drop unused CoreFoundation header It has not been needed since commit d250b67722 (cmGlobalXCodeGenerator: Adopt pbxproj object id generation, 2021-01-06, v3.19.3~4^2~2). --- Source/cmXCodeObject.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx index ddd9669335..f645f5162f 100644 --- a/Source/cmXCodeObject.cxx +++ b/Source/cmXCodeObject.cxx @@ -6,8 +6,6 @@ #include -#include - const char* cmXCodeObject::PBXTypeNames[] = { /* clang-format needs this comment to break after the opening brace */ "PBXGroup",