| Index: sky/sdk/lib/painting/box_painter.dart
|
| diff --git a/sky/sdk/lib/painting/box_painter.dart b/sky/sdk/lib/painting/box_painter.dart
|
| index c975456deeffafafccb9b947f9883ad590c215a9..e77d7b9ac3884bc60d9440cab6c42b301e957d70 100644
|
| --- a/sky/sdk/lib/painting/box_painter.dart
|
| +++ b/sky/sdk/lib/painting/box_painter.dart
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'dart:math' as math;
|
| import 'dart:sky' as sky;
|
| import 'dart:sky' show Point, Offset, Size, Rect, Color, Paint, Path;
|
|
|
|
|