| Index: Source/core/html/HTMLParagraphElement.cpp
|
| diff --git a/Source/core/html/HTMLParagraphElement.cpp b/Source/core/html/HTMLParagraphElement.cpp
|
| index 8dcdf84186baa1db777e23c3175f19b7800cd1c3..7cfea9389764441e22624b76b6e10f6cf9eed9b0 100644
|
| --- a/Source/core/html/HTMLParagraphElement.cpp
|
| +++ b/Source/core/html/HTMLParagraphElement.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "config.h"
|
| #include "core/html/HTMLParagraphElement.h"
|
|
|
| -#include "CSSPropertyNames.h"
|
| -#include "CSSValueKeywords.h"
|
| -#include "HTMLNames.h"
|
| +#include "core/CSSPropertyNames.h"
|
| +#include "core/CSSValueKeywords.h"
|
| +#include "core/HTMLNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|