| Index: Source/core/html/canvas/WebGLTexture.h
|
| diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h
|
| index 9b79082ad80e7b7e092353e1e8dd0108c8c85c4c..5dd35c5fa8dd16515b635750b7e632460f553441 100644
|
| --- a/Source/core/html/canvas/WebGLTexture.h
|
| +++ b/Source/core/html/canvas/WebGLTexture.h
|
| @@ -28,9 +28,8 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/html/canvas/WebGLSharedObject.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|