| Index: Source/core/rendering/RenderTable.cpp
|
| diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp
|
| index 46b34420f4c49955b0652117aaf17d0d420d2b42..b0b848b3cc352a1be11c825db1f17f2494879a2f 100644
|
| --- a/Source/core/rendering/RenderTable.cpp
|
| +++ b/Source/core/rendering/RenderTable.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "core/dom/Document.h"
|
| #include "core/html/HTMLTableElement.h"
|
| #include "core/frame/FrameView.h"
|
| -#include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/AutoTableLayout.h"
|
| #include "core/rendering/FixedTableLayout.h"
|
| #include "core/rendering/GraphicsContextAnnotator.h"
|
| @@ -45,6 +44,7 @@
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/SubtreeLayoutScope.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| +#include "platform/graphics/GraphicsContextStateSaver.h"
|
|
|
| using namespace std;
|
|
|
|
|