Index: utils/pub/git_source.dart |
diff --git a/utils/pub/git_source.dart b/utils/pub/git_source.dart |
index f2cfa025ed3022f5df89b9a3a84bb335a344baf5..cada5abca41e33c657da335402c35b8628706d36 100644 |
--- a/utils/pub/git_source.dart |
+++ b/utils/pub/git_source.dart |
@@ -2,6 +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('git_source'); |
+ |
+#import('io.dart'); |
+#import('package.dart'); |
+#import('source.dart'); |
+#import('utils.dart'); |
+ |
/** |
* A package source that installs packages from Git repos. |
*/ |