diff options
Diffstat (limited to 'Def.dcl')
-rw-r--r-- | Def.dcl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ definition module ABC.Def from ABC.AStack import ::AStack from ABC.BStack import ::BStack from ABC.CStack import ::CStack -from ABC.GraphStore import ::GraphStore -from ABC.Descriptors import ::DescStore +from ABC.GraphStore import ::GraphStore, ::DescStore from ABC.Program import ::ProgramStore from ABC.IO import ::IO |