summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PrSLF.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/PrSLF.hs
parent6968004f1945530fa3be91f7982d1f225f92267d (diff)
Removed some unused imports of GF.Speech.SRG.
Diffstat (limited to 'src/GF/Speech/PrSLF.hs')
-rw-r--r--src/GF/Speech/PrSLF.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Speech/PrSLF.hs b/src/GF/Speech/PrSLF.hs
index a608917b6..7c7f7ec87 100644
--- a/src/GF/Speech/PrSLF.hs
+++ b/src/GF/Speech/PrSLF.hs
@@ -30,7 +30,6 @@ import GF.Infra.Option (Options)
import GF.Infra.Print
import GF.Speech.CFGToFiniteState
import GF.Speech.FiniteState
-import GF.Speech.SRG
import GF.Speech.TransformCFG
import qualified GF.Visualization.Graphviz as Dot
import GF.Compile.ShellState (StateGrammar)