summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Importing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0/GF/Command/Importing.hs')
-rw-r--r--src-3.0/GF/Command/Importing.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src-3.0/GF/Command/Importing.hs b/src-3.0/GF/Command/Importing.hs
index f200ba7c4..91bcdcb73 100644
--- a/src-3.0/GF/Command/Importing.hs
+++ b/src-3.0/GF/Command/Importing.hs
@@ -1,11 +1,10 @@
module GF.Command.Importing (importGrammar, importSource) where
-import GF.Compile
-import GF.GFCC.DataGFCC
-import GF.GFCC.API
+import PGF
+import PGF.Data
+import GF.Compile
import GF.Grammar.Grammar (SourceGrammar) -- for cc command
-
import GF.Infra.UseIO
import GF.Infra.Option
import GF.Data.ErrM