| Index: Source/core/html/HTMLHRElement.cpp
|
| diff --git a/Source/core/html/HTMLHRElement.cpp b/Source/core/html/HTMLHRElement.cpp
|
| index fa1b36101280de3c5643964b0504f1205d1d4102..0b80afb36cd69bcdba61f929c8c4fe1d14c87baa 100644
|
| --- a/Source/core/html/HTMLHRElement.cpp
|
| +++ b/Source/core/html/HTMLHRElement.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "Attribute.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| -#include "CSSValuePool.h"
|
| #include "HTMLNames.h"
|
| -#include "StylePropertySet.h"
|
| +#include "core/css/CSSValuePool.h"
|
| +#include "core/css/StylePropertySet.h"
|
|
|
| namespace WebCore {
|
|
|
|
|