| Index: samplecode/SamplePicture.cpp
|
| diff --git a/samplecode/SamplePicture.cpp b/samplecode/SamplePicture.cpp
|
| index 767fd617a34e3db8f792487493db806cda0f1f20..b76f36f9d6171dadbda8944cc9f608230b316bfd 100644
|
| --- a/samplecode/SamplePicture.cpp
|
| +++ b/samplecode/SamplePicture.cpp
|
| @@ -1,17 +1,16 @@
|
| -
|
| /*
|
| * Copyright 2011 Google Inc.
|
| *
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +
|
| #include "SampleCode.h"
|
| #include "SkData.h"
|
| #include "SkDecodingImageGenerator.h"
|
| #include "SkDumpCanvas.h"
|
| #include "SkView.h"
|
| #include "SkCanvas.h"
|
| -#include "Sk64.h"
|
| #include "SkGradientShader.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
|
|