Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1141)

Unified Diff: pkg/compiler/lib/src/universe/side_effects.dart

Issue 1394063004: Use common.dart to re-export commonly used entities. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/universe/selector.dart ('k') | pkg/compiler/lib/src/universe/universe.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/side_effects.dart
diff --git a/pkg/compiler/lib/src/universe/side_effects.dart b/pkg/compiler/lib/src/universe/side_effects.dart
index 4c5a719445c19b7a4fa60baf740c1a81af9d885f..f7625e40744f72cf1fe69ad97af733291a2d6017 100644
--- a/pkg/compiler/lib/src/universe/side_effects.dart
+++ b/pkg/compiler/lib/src/universe/side_effects.dart
@@ -4,29 +4,7 @@
library universe.side_effects;
-import 'dart:collection';
-
-import '../common/names.dart' show
- Identifiers,
- Names,
- Selectors;
-import '../compiler.dart' show
- Compiler;
-import '../diagnostics/invariant.dart' show
- invariant;
-import '../diagnostics/spannable.dart' show
- SpannableAssertionFailure;
-import '../elements/elements.dart';
-import '../dart_types.dart';
-import '../tree/tree.dart';
-import '../types/types.dart';
-import '../util/util.dart';
-import '../world.dart' show
- ClassWorld,
- World;
-
-import 'selector.dart' show
- Selector;
+import '../common.dart';
class SideEffects {
// Changes flags.
« no previous file with comments | « pkg/compiler/lib/src/universe/selector.dart ('k') | pkg/compiler/lib/src/universe/universe.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698