| Index: third_party/WebKit/Source/core/layout/ng/ng_floating_object.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_floating_object.h b/third_party/WebKit/Source/core/layout/ng/ng_floating_object.h
|
| index 96a9db0bdcead3b9ae3601db89e860b363e517c0..0792952776aee501b38b18676a6f1c659ff26bf1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_floating_object.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_floating_object.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef NGFloatingObject_h
|
| #define NGFloatingObject_h
|
|
|
| -#include "core/layout/ng/geometry/ng_box_strut.h"
|
| #include "core/layout/ng/ng_block_node.h"
|
| #include "core/layout/ng/ng_constraint_space.h"
|
| -#include "core/layout/ng/ng_exclusion.h"
|
| +#include "core/layout/ng/ng_units.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/heap/Handle.h"
|
|
|