From 74188170c1a753676cfddd216daa536fd0503606 Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Fri, 27 May 2022 13:02:53 -0700 Subject: [PATCH] Remove __can_include from GIDFakeMainBundle This check is not needed as the test target will still build and the tests will pass without it. --- GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m b/GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m index ba89c8e4..812b7252 100644 --- a/GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m +++ b/GoogleSignIn/Tests/Unit/GIDFakeMainBundle.m @@ -12,11 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. - -#if __has_include() -#import -#endif - #import "GoogleSignIn/Tests/Unit/GIDFakeMainBundle.h" #import