Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp

Issue 2015583003: Remove assorted unnecessary includes in core/layout/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
index 470f1531cfcc2feab592867610dfa920934a2456..0b87e69471d1ea3a3d4236788629a02bb3089c0b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
@@ -24,10 +24,7 @@
#include "core/dom/StyleChangeReason.h"
#include "core/html/HTMLTextFormControlElement.h"
#include "core/layout/HitTestResult.h"
-#include "core/layout/LayoutTheme.h"
-#include "core/layout/TextRunConstructor.h"
#include "platform/scroll/ScrollbarTheme.h"
-#include "wtf/text/CharacterNames.h"
namespace blink {

Powered by Google App Engine