| Index: Source/core/html/HTMLBRElement.cpp
|
| diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp
|
| index 4676755c760a2e2cce9b20b598d417c4eff64a75..b04ba6edef5231083cd4b4741ca2bc3eee2d1bc0 100644
|
| --- a/Source/core/html/HTMLBRElement.cpp
|
| +++ b/Source/core/html/HTMLBRElement.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "config.h"
|
| #include "core/html/HTMLBRElement.h"
|
|
|
| -#include "CSSPropertyNames.h"
|
| -#include "CSSValueKeywords.h"
|
| -#include "HTMLNames.h"
|
| +#include "core/CSSPropertyNames.h"
|
| +#include "core/CSSValueKeywords.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/rendering/RenderBR.h"
|
|
|
| namespace WebCore {
|
|
|