summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SISR.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-06-21 12:52:59 +0000
committerbringert <bringert@cs.chalmers.se>2007-06-21 12:52:59 +0000
commitbff87e513a3d060f6ac9d8e79e4d37c9fbfdf26d (patch)
tree9d029ed81bf177014fb69b669133c15962c34a48 /src/GF/Speech/SISR.hs
parent6968004f1945530fa3be91f7982d1f225f92267d (diff)
Removed some unused imports of GF.Speech.SRG.
Diffstat (limited to 'src/GF/Speech/SISR.hs')
-rw-r--r--src/GF/Speech/SISR.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SISR.hs b/src/GF/Speech/SISR.hs
index 29d8a4d8c..e7fcdc810 100644
--- a/src/GF/Speech/SISR.hs
+++ b/src/GF/Speech/SISR.hs
@@ -21,7 +21,7 @@ import GF.Formalism.CFG
import GF.Formalism.Utilities (Symbol(..), NameProfile(..), Profile(..), forestName)
import GF.Infra.Ident
import GF.Speech.TransformCFG
-import GF.Speech.SRG
+import GF.Speech.SRG (SRGNT)
import qualified GF.JavaScript.AbsJS as JS
import qualified GF.JavaScript.PrintJS as JS