| Index: sky/engine/core/html/canvas/EXTFragDepth.h
|
| diff --git a/sky/engine/core/html/canvas/EXTFragDepth.h b/sky/engine/core/html/canvas/EXTFragDepth.h
|
| index ff4a7f9c81f106878e5360a99fba9ae1787798fe..faca4355aca87cbcd06ef4109ad828e268e48c42 100644
|
| --- a/sky/engine/core/html/canvas/EXTFragDepth.h
|
| +++ b/sky/engine/core/html/canvas/EXTFragDepth.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef EXTFragDepth_h
|
| #define EXTFragDepth_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 {
|
|
|
|
|