| Index: sky/sdk/lib/rendering/block.dart
|
| diff --git a/sky/sdk/lib/rendering/block.dart b/sky/sdk/lib/rendering/block.dart
|
| index ba5fa1fd7f629013f23f5ee443778f0732d456bd..42740168ef51d6caf839d7208e80ed9f13e52ca2 100644
|
| --- a/sky/sdk/lib/rendering/block.dart
|
| +++ b/sky/sdk/lib/rendering/block.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| import 'dart:math' as math;
|
|
|
| -import 'box.dart';
|
| -import 'object.dart';
|
| +import 'package:sky/rendering/box.dart';
|
| +import 'package:sky/rendering/object.dart';
|
|
|
| class BlockParentData extends BoxParentData with ContainerParentDataMixin<RenderBox> { }
|
|
|
| @@ -214,4 +214,3 @@ class RenderBlockViewport extends RenderBlockBase {
|
| }
|
|
|
| }
|
| -
|
|
|