| Index: pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| diff --git a/pkg/analysis_server/lib/src/computer/computer_outline.dart b/pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| index 6414c32c17ff0dc0795f62134d47b42237fcb531..4e5823511970dac165070a7befe50a955b83c3e7 100644
|
| --- a/pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| +++ b/pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| library computer.outline;
|
|
|
| -import 'package:analysis_server/src/collections.dart';
|
| import 'package:analysis_server/src/computer/element.dart';
|
| -import 'package:analysis_server/src/constants.dart';
|
| +import 'package:analysis_services/constants.dart';
|
| +import 'package:analysis_services/json.dart';
|
| import 'package:analyzer/src/generated/ast.dart';
|
| import 'package:analyzer/src/generated/element.dart' as engine;
|
| import 'package:analyzer/src/generated/engine.dart';
|
|
|