aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Compiler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/firrtl/Compiler.scala')
-rw-r--r--src/main/scala/firrtl/Compiler.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scala/firrtl/Compiler.scala b/src/main/scala/firrtl/Compiler.scala
index 6c3911d6..a56fb793 100644
--- a/src/main/scala/firrtl/Compiler.scala
+++ b/src/main/scala/firrtl/Compiler.scala
@@ -7,10 +7,9 @@ import java.io.Writer
import annotations._
import scala.collection.mutable
+import firrtl.annotations._ // Note that wildcard imports are not great....
import firrtl.ir.Circuit
-import passes.Pass
-import Utils.throwInternalError
-
+import firrtl.Utils.{error, throwInternalError}
/**
* RenameMap maps old names to modified names. Generated by transformations
* that modify names