| Index: sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| diff --git a/sky/engine/core/html/canvas/OESTextureHalfFloat.h b/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| index 198302ee476dfe9e29bbc7830aa3f83681ad9aae..72708b7bac6db8be012228574a843c77ae4374de 100644
|
| --- a/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| +++ b/sky/engine/core/html/canvas/OESTextureHalfFloat.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef OESTextureHalfFloat_h
|
| #define OESTextureHalfFloat_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 {
|
|
|
|
|