| Index: Source/wtf/Uint8ClampedArray.h
|
| diff --git a/Source/wtf/Uint8ClampedArray.h b/Source/wtf/Uint8ClampedArray.h
|
| index 75cc2d82b29142bd312836a5079768508adb30c4..ebea0a44a12b9212370d0af5e4d3045be00e66f8 100644
|
| --- a/Source/wtf/Uint8ClampedArray.h
|
| +++ b/Source/wtf/Uint8ClampedArray.h
|
| @@ -28,10 +28,10 @@
|
| #ifndef Uint8ClampedArray_h
|
| #define Uint8ClampedArray_h
|
|
|
| -#include <wtf/Platform.h>
|
| +#include "wtf/Platform.h"
|
|
|
| -#include <wtf/Uint8Array.h>
|
| -#include <wtf/MathExtras.h>
|
| +#include "wtf/Uint8Array.h"
|
| +#include "wtf/MathExtras.h"
|
|
|
| namespace WTF {
|
|
|
|
|