| Index: sky/engine/core/html/canvas/WebGLShader.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLShader.cpp b/sky/engine/core/html/canvas/WebGLShader.cpp
|
| index 6a08b7ca146092af8fa385439f4ee22aae9b02f1..a9b8d8e65d828c88a515a8d4871f2517013d67e9 100644
|
| --- a/sky/engine/core/html/canvas/WebGLShader.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLShader.cpp
|
| @@ -23,11 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/html/canvas/WebGLShader.h"
|
| +#include "sky/engine/core/html/canvas/WebGLShader.h"
|
|
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace blink {
|
|
|
|
|