| Index: Source/wtf/ASCIICType.h
|
| diff --git a/Source/wtf/ASCIICType.h b/Source/wtf/ASCIICType.h
|
| index 18e108e1bf2c9bf125e345f75576d22fa32324dc..0e69f38b577a516304dd792ba2fd9477197eb6a4 100644
|
| --- a/Source/wtf/ASCIICType.h
|
| +++ b/Source/wtf/ASCIICType.h
|
| @@ -29,7 +29,7 @@
|
| #ifndef WTF_ASCIICType_h
|
| #define WTF_ASCIICType_h
|
|
|
| -#include <wtf/Assertions.h>
|
| +#include "wtf/Assertions.h"
|
|
|
| // The behavior of many of the functions in the <ctype.h> header is dependent
|
| // on the current locale. But in the WebKit project, all uses of those functions
|
|
|