Skip to content

Commit

Permalink
Remove unnecessary includes of Ganesh headers (flutter#7189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsalomon authored and brianosman committed Dec 12, 2018
1 parent abb1d3a commit e5195ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
7 changes: 2 additions & 5 deletions flow/layers/platform_view_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
#define FLUTTER_FLOW_LAYERS_PLATFORM_VIEW_LAYER_H_

#include "flutter/flow/layers/layer.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrContext.h"
#include "third_party/skia/include/gpu/GrTexture.h"
#include "third_party/skia/include/gpu/GrTypes.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkSize.h"

namespace flow {

Expand Down
7 changes: 2 additions & 5 deletions flow/layers/texture_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
#define FLUTTER_FLOW_LAYERS_TEXTURE_LAYER_H_

#include "flutter/flow/layers/layer.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrContext.h"
#include "third_party/skia/include/gpu/GrTexture.h"
#include "third_party/skia/include/gpu/GrTypes.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkSize.h"

namespace flow {

Expand Down
2 changes: 1 addition & 1 deletion shell/platform/android/android_external_texture_gl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <GLES/glext.h>

#include "flutter/shell/platform/android/platform_view_android_jni.h"
#include "third_party/skia/include/gpu/GrTexture.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"

namespace shell {

Expand Down
2 changes: 0 additions & 2 deletions shell/platform/darwin/ios/ios_external_texture_gl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrTexture.h"
#include "third_party/skia/include/gpu/GrTypes.h"

namespace shell {

Expand Down

0 comments on commit e5195ee

Please sign in to comment.