Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_units.cc

Issue 2561553002: [LayoutNG] Remove unnecessary #includes (Closed)
Patch Set: Let's see if Windows is more happy now. Created 4 years 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/ng/ng_units.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_units.cc b/third_party/WebKit/Source/core/layout/ng/ng_units.cc
index 35bf7b1678929c92c79f391e87a9d41b0764d76e..52713faf57a97ee9368eaf0f44ca976c12f4e015 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_units.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_units.cc
@@ -4,8 +4,6 @@
#include "core/layout/ng/ng_units.h"
-#include "core/layout/ng/ng_writing_mode.h"
-
namespace blink {
LayoutUnit MinAndMaxContentSizes::ShrinkToFit(LayoutUnit available_size) const {

Powered by Google App Engine