| Index: Source/core/dom/ElementRareData.h
|
| diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
|
| index 89bee3684ca2b69b0fbb27dd9fdfc0f33ea3909f..e18e011d66f625052edf0aa803d26e2c95be3d0c 100644
|
| --- a/Source/core/dom/ElementRareData.h
|
| +++ b/Source/core/dom/ElementRareData.h
|
| @@ -22,7 +22,6 @@
|
| #ifndef ElementRareData_h
|
| #define ElementRareData_h
|
|
|
| -#include "core/animation/Animation.h"
|
| #include "core/dom/DatasetDOMStringMap.h"
|
| #include "core/dom/NamedNodeMap.h"
|
| #include "core/dom/NodeRareData.h"
|
| @@ -31,7 +30,7 @@
|
| #include "core/html/ClassList.h"
|
| #include "core/html/ime/InputMethodContext.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| -#include <wtf/OwnPtr.h>
|
| +#include "wtf/OwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|