| Index: Source/core/platform/text/TextStream.cpp
|
| diff --git a/Source/core/platform/text/TextStream.cpp b/Source/core/platform/text/TextStream.cpp
|
| index 99a4aa03c110cd59a9db20fb984f856a8047565c..5d4816ebcbdccd203ea335ff22a7b7ad87e5de12 100644
|
| --- a/Source/core/platform/text/TextStream.cpp
|
| +++ b/Source/core/platform/text/TextStream.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/platform/text/TextStream.h"
|
|
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/StringExtras.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/StringExtras.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| using namespace std;
|
|
|
|
|