Skip to content

Commit

Permalink
MIN Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Mar 7, 2013
1 parent cac4f75 commit d945f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex/TestExpanded.hs
Expand Up @@ -11,7 +11,7 @@ import Test.Framework.Providers.QuickCheck2

import qualified Data.Text.Lazy as LT
import Tokens
import CharStream (asqueue,prequeue,annotate,TypedCharStream(..))
import CharStream (asqueue,TypedCharStream(..))
import Macros (expand)
import Defaults (plaintexenv)

Expand Down

0 comments on commit d945f75

Please sign in to comment.