| 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 869c6fc8feb933a8bfa27d2aa5eaff3790127032..bbae94d7d455907bb76985663ba0e84ce4b9d288 100644
|
| --- a/pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| +++ b/pkg/analysis_server/lib/src/computer/computer_outline.dart
|
| @@ -2,15 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library computer.outline;
|
| -
|
| -import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:analysis_server/src/collections.dart';
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/ast/visitor.dart';
|
| import 'package:analyzer/dart/element/element.dart' as engine;
|
| import 'package:analyzer/dart/element/type.dart' as engine;
|
| import 'package:analyzer/src/generated/source.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart';
|
|
|
| /**
|
| * A computer for [CompilationUnit] outline.
|
|
|