| Index: sky/sdk/lib/rendering/auto_layout.dart
|
| diff --git a/sky/sdk/lib/rendering/auto_layout.dart b/sky/sdk/lib/rendering/auto_layout.dart
|
| index 4f30097605cebff4514e902e39b39f50d3ac6767..105199461db69a6cc8090eb76875de926c42cd3e 100644
|
| --- a/sky/sdk/lib/rendering/auto_layout.dart
|
| +++ b/sky/sdk/lib/rendering/auto_layout.dart
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'box.dart';
|
| -import 'object.dart';
|
| import 'package:cassowary/cassowary.dart' as al;
|
| +import 'package:sky/rendering/box.dart';
|
| +import 'package:sky/rendering/object.dart';
|
|
|
| /// Hosts the edge parameters and vends useful methods to construct expressions
|
| /// for constraints. Also sets up and manages implicit constraints and edit
|
|
|