| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index dd64e408475da0a47fa7b9d4df4984ceadeacf2d..d7877f5b9383d845dcf93e8425d7df380b5e5540 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -25,9 +25,9 @@
|
|
|
| #include "config.h"
|
| #include <limits>
|
| -#include "Document.h"
|
| #include "HTMLNames.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/PaintInfo.h"
|
|
|