aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/FromTasty.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/FromTasty.scala')
-rw-r--r--src/dotty/tools/dotc/FromTasty.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/FromTasty.scala b/src/dotty/tools/dotc/FromTasty.scala
index 37f6933bf..019846396 100644
--- a/src/dotty/tools/dotc/FromTasty.scala
+++ b/src/dotty/tools/dotc/FromTasty.scala
@@ -14,7 +14,7 @@ import Phases.Phase
import util._
import Decorators._
import dotty.tools.dotc.transform.Pickler
-import pickling.DottyUnpickler
+import tasty.DottyUnpickler
import ast.tpd._
/** Compiler for TASTY files.