Remove unneeded import.

Change-Id: I408c9e9a460799649c32d562aa7395549542aca4
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpSolutionUrlHandler.java b/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpSolutionUrlHandler.java
index 3342087..ddd17ee 100644
--- a/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpSolutionUrlHandler.java
+++ b/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpSolutionUrlHandler.java
@@ -15,7 +15,6 @@
 import java.util.Map;
 
 import org.eclipse.epp.mpc.ui.CatalogDescriptor;
-import org.eclipse.epp.mpc.ui.MarketplaceUrlHandler;
 import org.eclipse.epp.mpc.ui.MarketplaceUrlHandler.SolutionInstallationInfo;
 
 public class HttpSolutionUrlHandler implements SolutionUrlHandler {