summaryrefslogtreecommitdiff
path: root/src/GF/Command
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-10-28 15:47:04 +0000
committerkrasimir <krasimir@chalmers.se>2008-10-28 15:47:04 +0000
commit03d86ba05cbaaefb6698a25431706126eb5764e8 (patch)
treeb74913ae5eb25e6ae160985b35e90fd0acdf9f36 /src/GF/Command
parente6bb0a8edaf41ce19b8876a9ddb4a06f89f6be46 (diff)
remove some redundant imports of GF.Text.UTF8
Diffstat (limited to 'src/GF/Command')
-rw-r--r--src/GF/Command/Interpreter.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Command/Interpreter.hs b/src/GF/Command/Interpreter.hs
index eff6e8b58..82b8ae7af 100644
--- a/src/GF/Command/Interpreter.hs
+++ b/src/GF/Command/Interpreter.hs
@@ -17,7 +17,6 @@ import GF.System.Signal
import GF.Infra.UseIO
import GF.Data.ErrM ----
-import GF.Text.UTF8
import qualified Data.Map as Map