]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/validation/ValidateGraph.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / validation / ValidateGraph.java
index 13d84bfc21ef8b7f7eb6bda12c60d7a8fd934465..d65991fb300d6140b00c9bbd66a74ef08b877113 100644 (file)
@@ -6,6 +6,8 @@ import java.util.concurrent.Callable;
 
 import org.simantics.graph.compiler.GraphCompilerPreferences;
 import org.simantics.graph.compiler.ValidationMode;
+import org.simantics.graph.compiler.internal.ltk.Location;
+import org.simantics.graph.compiler.internal.ltk.Problem;
 import org.simantics.graph.compiler.internal.store.LocationStore;
 import org.simantics.graph.query.CompositeGraph;
 import org.simantics.graph.query.Path;
@@ -14,8 +16,6 @@ import org.simantics.graph.query.Res;
 import org.simantics.graph.store.GraphStore;
 import org.simantics.graph.store.IdRes;
 import org.simantics.graph.utils.GraphExecutor;
-import org.simantics.ltk.Location;
-import org.simantics.ltk.Problem;
 
 public class ValidateGraph implements Runnable {
        CompositeGraph graph;