| Index: sky/sdk/lib/framework/animation/generators.dart
|
| diff --git a/sky/sdk/lib/framework/animation/generators.dart b/sky/sdk/lib/framework/animation/generators.dart
|
| index 7dab878a1b1ddf46b66a645b6768f679a6ce388f..2ff68c8da3cc21ca2eac4867eb46f406117459c3 100644
|
| --- a/sky/sdk/lib/framework/animation/generators.dart
|
| +++ b/sky/sdk/lib/framework/animation/generators.dart
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +library animation_generators;
|
| +
|
| import 'curves.dart';
|
| import 'dart:async';
|
| import 'dart:math' as math;
|
|
|