Skip to content

Commit e5195ee

Browse files
bsalomonbrianosman
authored andcommitted
Remove unnecessary includes of Ganesh headers (flutter#7189)
1 parent abb1d3a commit e5195ee

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

flow/layers/platform_view_layer.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
#define FLUTTER_FLOW_LAYERS_PLATFORM_VIEW_LAYER_H_
77

88
#include "flutter/flow/layers/layer.h"
9-
#include "third_party/skia/include/core/SkSurface.h"
10-
#include "third_party/skia/include/gpu/GrBackendSurface.h"
11-
#include "third_party/skia/include/gpu/GrContext.h"
12-
#include "third_party/skia/include/gpu/GrTexture.h"
13-
#include "third_party/skia/include/gpu/GrTypes.h"
9+
#include "third_party/skia/include/core/SkPoint.h"
10+
#include "third_party/skia/include/core/SkSize.h"
1411

1512
namespace flow {
1613

flow/layers/texture_layer.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
#define FLUTTER_FLOW_LAYERS_TEXTURE_LAYER_H_
77

88
#include "flutter/flow/layers/layer.h"
9-
#include "third_party/skia/include/core/SkSurface.h"
10-
#include "third_party/skia/include/gpu/GrBackendSurface.h"
11-
#include "third_party/skia/include/gpu/GrContext.h"
12-
#include "third_party/skia/include/gpu/GrTexture.h"
13-
#include "third_party/skia/include/gpu/GrTypes.h"
9+
#include "third_party/skia/include/core/SkPoint.h"
10+
#include "third_party/skia/include/core/SkSize.h"
1411

1512
namespace flow {
1613

shell/platform/android/android_external_texture_gl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <GLES/glext.h>
88

99
#include "flutter/shell/platform/android/platform_view_android_jni.h"
10-
#include "third_party/skia/include/gpu/GrTexture.h"
10+
#include "third_party/skia/include/gpu/GrBackendSurface.h"
1111

1212
namespace shell {
1313

shell/platform/darwin/ios/ios_external_texture_gl.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"
1212
#include "third_party/skia/include/core/SkSurface.h"
1313
#include "third_party/skia/include/gpu/GrBackendSurface.h"
14-
#include "third_party/skia/include/gpu/GrTexture.h"
15-
#include "third_party/skia/include/gpu/GrTypes.h"
1614

1715
namespace shell {
1816

0 commit comments

Comments
 (0)