]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/GraphTemplate.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 / templates / GraphTemplate.java
index 0b3b921795029aa2e174969407c1d69d91bc9c46..3576dab377cf0a2a68b08bf557ff2f94df5bbc7e 100644 (file)
@@ -1,12 +1,11 @@
 package org.simantics.graph.compiler.internal.templates;
 
-import gnu.trove.map.hash.TIntIntHashMap;
-import gnu.trove.map.hash.TObjectIntHashMap;
-
 import java.util.Arrays;
 import java.util.Collection;
 
 import org.simantics.graph.compiler.ExternalFileLoader;
+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.IGraph;
 import org.simantics.graph.representation.External;
@@ -18,8 +17,9 @@ import org.simantics.graph.store.GraphStore;
 import org.simantics.graph.store.IdentityStore;
 import org.simantics.graph.store.StatementStore;
 import org.simantics.graph.store.ValueStore;
-import org.simantics.ltk.Location;
-import org.simantics.ltk.Problem;
+
+import gnu.trove.map.hash.TIntIntHashMap;
+import gnu.trove.map.hash.TObjectIntHashMap;
 
 public class GraphTemplate implements ITemplate {
        int[] prototypeResources;