| Index: sky/engine/core/html/canvas/EXTShaderTextureLOD.h
|
| diff --git a/sky/engine/core/html/canvas/EXTShaderTextureLOD.h b/sky/engine/core/html/canvas/EXTShaderTextureLOD.h
|
| index 847060fa285cb67efeeed20bcfee8d8c31ee5bd5..8e2c3e24b610c4d24f6293a56e246275b846426e 100644
|
| --- a/sky/engine/core/html/canvas/EXTShaderTextureLOD.h
|
| +++ b/sky/engine/core/html/canvas/EXTShaderTextureLOD.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef EXTShaderTextureLOD_h
|
| #define EXTShaderTextureLOD_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 {
|
|
|
|
|