| Index: sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.h
|
| diff --git a/sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.h b/sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.h
|
| index e11f61ab198d600bae00e7ed1d41eb596b9b6b1d..8eb573f66959147c58c303973bfe802e6f55d21f 100644
|
| --- a/sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.h
|
| +++ b/sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef EXTTextureFilterAnisotropic_h
|
| #define EXTTextureFilterAnisotropic_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/WebGLExtension.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|