Index: pkg/http_server/lib/src/virtual_host.dart |
diff --git a/pkg/http_server/lib/src/virtual_host.dart b/pkg/http_server/lib/src/virtual_host.dart |
index 4c67eca017b15f4364c740d6cb2cb9c5f493169a..9c5229c33e4aa4adc0f4ceb6b9dd320f93e199e1 100644 |
--- a/pkg/http_server/lib/src/virtual_host.dart |
+++ b/pkg/http_server/lib/src/virtual_host.dart |
@@ -2,8 +2,10 @@ |
// 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. |
-part of http_server; |
+library http_server.virtual_host; |
+import 'dart:async'; |
+import 'dart:io'; |
/** |
* The [VirtualHost] class is a utility class for handling multiple hosts on |