diff --git a/shell/gpu/gpu_surface_metal_delegate.h b/shell/gpu/gpu_surface_metal_delegate.h index a5dadedd9a429..6d5e0852d8c85 100644 --- a/shell/gpu/gpu_surface_metal_delegate.h +++ b/shell/gpu/gpu_surface_metal_delegate.h @@ -10,7 +10,6 @@ #include "flutter/fml/macros.h" #include "third_party/skia/include/core/SkSize.h" #include "third_party/skia/include/core/SkSurface.h" -#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h" namespace flutter { diff --git a/shell/gpu/gpu_surface_metal_skia.h b/shell/gpu/gpu_surface_metal_skia.h index 1628b60098c95..bd7d6a35135f3 100644 --- a/shell/gpu/gpu_surface_metal_skia.h +++ b/shell/gpu/gpu_surface_metal_skia.h @@ -10,7 +10,6 @@ #include "flutter/fml/macros.h" #include "flutter/shell/gpu/gpu_surface_metal_delegate.h" #include "third_party/skia/include/gpu/GrDirectContext.h" -#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h" namespace flutter { diff --git a/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm b/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm index 63552ed4f8bf8..c1e685ab11e3d 100644 --- a/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm +++ b/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm @@ -12,7 +12,6 @@ #include "third_party/skia/include/gpu/GrBackendSurface.h" #include "third_party/skia/include/gpu/GrDirectContext.h" #include "third_party/skia/include/gpu/GrYUVABackendTextures.h" -#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h" FLUTTER_ASSERT_ARC diff --git a/testing/test_metal_context.h b/testing/test_metal_context.h index 167bdf35ec519..de004cd82a0f9 100644 --- a/testing/test_metal_context.h +++ b/testing/test_metal_context.h @@ -9,7 +9,6 @@ #include #include "third_party/skia/include/gpu/GrDirectContext.h" -#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h" namespace flutter {