From 7572178f25ac1d367ae633e695be76d8cba11ac2 Mon Sep 17 00:00:00 2001 From: Hugo Cuvillier Date: Wed, 19 May 2021 02:37:12 -0700 Subject: [PATCH] Remove redeclared header `CKMutex` from CK Summary: It can now only be accessed through `RenderCore`. Reviewed By: ivanmisuno Differential Revision: D28532729 fbshipit-source-id: b5b97ec93c96303b2a6e4c270dfc667712086b79 --- .../FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm index b091268be..7b8d99096 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm @@ -14,10 +14,10 @@ #import #import #import -#import #import #import #import +#import #import #import