diff options
author | johnvg | 2011-11-08 12:59:28 +0000 |
---|---|---|
committer | johnvg | 2011-11-08 12:59:28 +0000 |
commit | e599ee809d75a1b529204475b29657039a44dc8b (patch) | |
tree | 59db0d038ff23e55707afdca7238df642b37c72e /frontend/checktypes.icl | |
parent | remove differences in layout between the compiler and the iTask compiler (diff) |
remove unnecessary imports of module check,
remove import of StdCompare in checksupport.dcl,
changed some other imports
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2010 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checktypes.icl')
-rw-r--r-- | frontend/checktypes.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index cd27ee0..4df5618 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1,7 +1,7 @@ implementation module checktypes -import StdEnv -import syntax, checksupport, check, typesupport, utilities +import StdEnv, StdCompare +import syntax, checksupport, typesupport, utilities import genericsupport from explicitimports import search_qualified_ident,::NameSpaceN,TypeNameSpaceN,ClassNameSpaceN |