Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed May 16, 2017
1 parent 3ef3ae5 commit 1413c57
Showing 1 changed file with 1 addition and 5 deletions.
@@ -1,8 +1,6 @@
package scala.scalanative
package sbtplugin

import util._

import sbtcrossproject.CrossPlugin.autoImport._
import ScalaNativePlugin.autoImport._

Expand All @@ -12,13 +10,11 @@ import scalanative.io.VirtualDirectory
import scalanative.util.{Scope => ResourceScope}

import sbt._, Keys._, complete.DefaultParsers._
import xsbti.{Maybe, Reporter, Position, Severity, Problem}
import KeyRanks.DTask

import scala.util.Try

import System.{lineSeparator => nl}
import java.io.File
import java.io.ByteArrayInputStream

object ScalaNativePluginInternal {

Expand Down

0 comments on commit 1413c57

Please sign in to comment.