Index: Source/core/rendering/RenderTable.cpp |
diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp |
index c93c1020da88fe7c154d4ae3b6182864469e5625..63398ed4c0fac6a4e16563f129231f4cca02fdd3 100644 |
--- a/Source/core/rendering/RenderTable.cpp |
+++ b/Source/core/rendering/RenderTable.cpp |
@@ -34,7 +34,6 @@ |
#include "core/paint/TablePainter.h" |
#include "core/rendering/AutoTableLayout.h" |
#include "core/rendering/FixedTableLayout.h" |
-#include "core/rendering/GraphicsContextAnnotator.h" |
#include "core/rendering/HitTestResult.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderTableCaption.h" |
@@ -45,7 +44,6 @@ |
#include "core/rendering/SubtreeLayoutScope.h" |
#include "core/rendering/TextAutosizer.h" |
#include "core/rendering/style/StyleInheritedData.h" |
-#include "platform/graphics/GraphicsContextStateSaver.h" |
namespace blink { |