aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/types/Erasure.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/types/Erasure.java')
-rw-r--r--java/com/google/turbine/types/Erasure.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/turbine/types/Erasure.java b/java/com/google/turbine/types/Erasure.java
index 4b6fbc1..d9c35b3 100644
--- a/java/com/google/turbine/types/Erasure.java
+++ b/java/com/google/turbine/types/Erasure.java
@@ -16,7 +16,6 @@
package com.google.turbine.types;
-import com.google.common.base.Function;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.turbine.binder.bound.TypeBoundClass.TyVarInfo;
@@ -29,6 +28,7 @@ import com.google.turbine.type.Type.IntersectionTy;
import com.google.turbine.type.Type.MethodTy;
import com.google.turbine.type.Type.TyVar;
import com.google.turbine.type.Type.WildTy;
+import java.util.function.Function;
/** Generic type erasure. */
public final class Erasure {