| Index: sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLDepthTexture.cpp b/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| index 376f539f6a8cca23e27138bc4866f10c7242bdec..fe069d188342ade656bca8dc2eb0c46216117673 100644
|
| --- a/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLDepthTexture.cpp
|
| @@ -23,9 +23,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/html/canvas/WebGLDepthTexture.h"
|
| +#include "sky/engine/core/html/canvas/WebGLDepthTexture.h"
|
|
|
| namespace blink {
|
|
|
|
|