]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.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 / store / LocationStore.java
index 3c3799bf7561f536f030873ffef1237a4ab91c3a..06cb7f28a0052cf503564dc7982ca073c957264b 100644 (file)
@@ -1,13 +1,13 @@
 package org.simantics.graph.compiler.internal.store;
 
+import org.simantics.graph.compiler.internal.ltk.Location;
+import org.simantics.graph.store.IStore;
+import org.simantics.graph.store.IndexMappingUtils;
+
 import gnu.trove.map.hash.TIntIntHashMap;
 import gnu.trove.map.hash.TIntObjectHashMap;
 import gnu.trove.set.hash.TIntHashSet;
 
-import org.simantics.graph.store.IStore;
-import org.simantics.graph.store.IndexMappingUtils;
-import org.simantics.ltk.Location;
-
 public class LocationStore implements IStore {
        
        TIntObjectHashMap<Location> locations;