Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1826)

Unified Diff: Source/core/rendering/svg/RenderSVGTextPath.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
index 670269cb68302a636f55b9a3f4c84211a3d1fbff..65bab6f437bb29bfef2f7c5a49a9c3e020347239 100644
--- a/Source/core/rendering/svg/RenderSVGTextPath.cpp
+++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp
@@ -22,14 +22,9 @@
#include "core/rendering/svg/RenderSVGTextPath.h"
#include "SVGNames.h"
-#include "core/platform/graphics/FloatQuad.h"
-#include "core/rendering/RenderBlock.h"
-#include "core/rendering/svg/SVGInlineTextBox.h"
#include "core/rendering/svg/SVGPathData.h"
-#include "core/rendering/svg/SVGRootInlineBox.h"
#include "core/svg/SVGPathElement.h"
#include "core/svg/SVGTextPathElement.h"
-#include "core/svg/SVGTransformList.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/svg/RenderSVGShape.cpp ('k') | Source/core/rendering/svg/RenderSVGViewportContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698