| Index: samplecode/SamplePoints.cpp
|
| diff --git a/samplecode/SamplePoints.cpp b/samplecode/SamplePoints.cpp
|
| index ac2f625f998005c58238b8af7038a776d2e7d08e..6fb43afc45d84d15a2e58f5ea2f4a709cada35a1 100644
|
| --- a/samplecode/SamplePoints.cpp
|
| +++ b/samplecode/SamplePoints.cpp
|
| @@ -1,14 +1,13 @@
|
| -
|
| /*
|
| * 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 "SkView.h"
|
| #include "SkCanvas.h"
|
| -#include "Sk64.h"
|
| #include "SkGradientShader.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
|
|