Index: pkg/analysis_server/lib/src/services/correction/organize_directives.dart |
diff --git a/pkg/analysis_server/lib/src/services/correction/organize_directives.dart b/pkg/analysis_server/lib/src/services/correction/organize_directives.dart |
index 1ab058e4da71697f79d153f7c8c20f2c4f24e146..83a673c0e9082342d3fbe052cebb7320c52149d1 100644 |
--- a/pkg/analysis_server/lib/src/services/correction/organize_directives.dart |
+++ b/pkg/analysis_server/lib/src/services/correction/organize_directives.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 services.src.refactoring.organize_directives; |
- |
-import 'package:analysis_server/protocol/protocol_generated.dart' |
- hide AnalysisError, Element; |
import 'package:analysis_server/src/services/correction/strings.dart'; |
import 'package:analyzer/dart/ast/ast.dart'; |
import 'package:analyzer/dart/ast/token.dart'; |
import 'package:analyzer/error/error.dart'; |
import 'package:analyzer/src/error/codes.dart'; |
+import 'package:analyzer_plugin/protocol/protocol_common.dart' |
+ hide AnalysisError, Element; |
/** |
* Organizer of directives in the [unit]. |