summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/Parse.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Command/Parse.hs')
-rw-r--r--src/compiler/GF/Command/Parse.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Parse.hs b/src/compiler/GF/Command/Parse.hs
index d68a0bcd7..855fdb54e 100644
--- a/src/compiler/GF/Command/Parse.hs
+++ b/src/compiler/GF/Command/Parse.hs
@@ -1,7 +1,6 @@
module GF.Command.Parse(readCommandLine, pCommand) where
-import PGF.CId
-import PGF.Expr
+import PGF
import GF.Command.Abstract
import Data.Char