| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index ba1fae5f5f348fe765e8919b6c66abd259730f68..7fb8c839de4e8766e540595a9cee424a8737f1bf 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -51,8 +51,8 @@
|
| #endif
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGInlineText.h"
|
| -#include "SVGRootInlineBox.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/SVGRootInlineBox.h"
|
| #endif
|
|
|
| using namespace std;
|
|
|