| Index: sky/engine/platform/graphics/ImageFilter.cpp
|
| diff --git a/sky/engine/platform/graphics/ImageFilter.cpp b/sky/engine/platform/graphics/ImageFilter.cpp
|
| index 430f6bfed1567cec0ed8426729a3ab6217e9f575..2ebe9bdd71123dd73dc09725e62d0b32a7a32047 100644
|
| --- a/sky/engine/platform/graphics/ImageFilter.cpp
|
| +++ b/sky/engine/platform/graphics/ImageFilter.cpp
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "ImageFilter.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/ImageFilter.h"
|
|
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
|
|
|
|