Cleanup: Remove unnecessary forward declarations from some views files.

Cautch in
https://skia.googlesource.com/skia/+/a3a706fcd4cc9376a1223a53f57589f29d4a36ea

BUG=None
TEST=None
R=djsollen@google.com

Review URL: https://codereview.chromium.org/680253004
This commit is contained in:
tfarina 2014-11-03 08:31:23 -08:00 committed by Commit bot
parent c5da8b9c8b
commit 77ae06ba7a
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
/*
* Copyright 2011 Skia
*
@ -6,14 +5,11 @@
* found in the LICENSE file.
*/
#ifndef SkOSWindow_Android_DEFINED
#define SkOSWindow_Android_DEFINED
#include "SkWindow.h"
struct SkIRect;
class SkOSWindow : public SkWindow {
public:
SkOSWindow(void*) {}

View File

@ -1,4 +1,3 @@
/*
* Copyright 2012 Skia
*
@ -6,14 +5,11 @@
* found in the LICENSE file.
*/
#ifndef SkOSWindow_NaCl_DEFINED
#define SkOSWindow_NaCl_DEFINED
#include "SkWindow.h"
class SkIRect;
class SkOSWindow : public SkWindow {
public:
SkOSWindow(void*) {}