| Index: Source/wtf/text/TextCodecLatin1.cpp
|
| diff --git a/Source/wtf/text/TextCodecLatin1.cpp b/Source/wtf/text/TextCodecLatin1.cpp
|
| index 07ba9e7f464b8d6828632244f590f0d5296e1468..26997801f0a68c2500cb2e13e0e3928577dc7ad4 100644
|
| --- a/Source/wtf/text/TextCodecLatin1.cpp
|
| +++ b/Source/wtf/text/TextCodecLatin1.cpp
|
| @@ -27,10 +27,10 @@
|
| #include "wtf/text/TextCodecLatin1.h"
|
|
|
| #include "wtf/text/TextCodecASCIIFastPath.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/StringBuffer.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/StringBuffer.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| using namespace WTF;
|
|
|
|
|