| Index: Source/core/layout/LayoutTable.cpp
|
| diff --git a/Source/core/layout/LayoutTable.cpp b/Source/core/layout/LayoutTable.cpp
|
| index 9c48813fb7f7c592ed5c5c940d0c93e50de6a08a..cd71ed7c0a7686858d2b7c43db3e530c468d8a07 100644
|
| --- a/Source/core/layout/LayoutTable.cpp
|
| +++ b/Source/core/layout/LayoutTable.cpp
|
| @@ -41,10 +41,10 @@
|
| #include "core/layout/TableLayoutAlgorithmAuto.h"
|
| #include "core/layout/TableLayoutAlgorithmFixed.h"
|
| #include "core/layout/TextAutosizer.h"
|
| -#include "core/style/StyleInheritedData.h"
|
| #include "core/paint/BoxPainter.h"
|
| #include "core/paint/DeprecatedPaintLayer.h"
|
| #include "core/paint/TablePainter.h"
|
| +#include "core/style/StyleInheritedData.h"
|
|
|
| namespace blink {
|
|
|
|
|