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