| Index: Source/wtf/text/StringBuffer.h
|
| diff --git a/Source/wtf/text/StringBuffer.h b/Source/wtf/text/StringBuffer.h
|
| index aed2556e6c73f3cdf9ec7b304492c082c8d3b55b..e29cff77f81c4a07ed8f0d85c14cd755a72d20da 100644
|
| --- a/Source/wtf/text/StringBuffer.h
|
| +++ b/Source/wtf/text/StringBuffer.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef StringBuffer_h
|
| #define StringBuffer_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/unicode/Unicode.h"
|
| #include <limits>
|
|
|
| namespace WTF {
|
|
|