| Index: Source/core/html/parser/HTMLFormattingElementList.h
|
| diff --git a/Source/core/html/parser/HTMLFormattingElementList.h b/Source/core/html/parser/HTMLFormattingElementList.h
|
| index 24ba01fd311fc7072e131d47553e385e0de0b059..720b7d283d246bbf41529b8fe95dba9347cd9875 100644
|
| --- a/Source/core/html/parser/HTMLFormattingElementList.h
|
| +++ b/Source/core/html/parser/HTMLFormattingElementList.h
|
| @@ -27,9 +27,9 @@
|
| #define HTMLFormattingElementList_h
|
|
|
| #include "core/html/parser/HTMLStackItem.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|