| Index: Source/core/html/canvas/WebGLBuffer.cpp
|
| diff --git a/Source/core/html/canvas/WebGLBuffer.cpp b/Source/core/html/canvas/WebGLBuffer.cpp
|
| index 9e4bc1418a8861ee6b69686ddbd900f45aed9ad4..410b394737df0ca1947b8853d6fda51b9c2cce93 100644
|
| --- a/Source/core/html/canvas/WebGLBuffer.cpp
|
| +++ b/Source/core/html/canvas/WebGLBuffer.cpp
|
| @@ -27,8 +27,6 @@
|
|
|
| #include "core/html/canvas/WebGLBuffer.h"
|
|
|
| -#include "core/html/canvas/CheckedInt.h"
|
| -#include "core/html/canvas/WebGLContextGroup.h"
|
| #include "core/html/canvas/WebGLRenderingContext.h"
|
| #include <wtf/ArrayBufferView.h>
|
|
|
|
|