From 9f43acb5d25b4c8f62f99d382819be2f59c31817 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Dec 2015 22:18:23 -0800 Subject: ICML writer: removed redundant import. --- src/Text/Pandoc/Writers/ICML.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Text/Pandoc/Writers/ICML.hs b/src/Text/Pandoc/Writers/ICML.hs index 4b2e794d3..db837571e 100644 --- a/src/Text/Pandoc/Writers/ICML.hs +++ b/src/Text/Pandoc/Writers/ICML.hs @@ -27,7 +27,6 @@ import Data.List (isPrefixOf, isInfixOf, stripPrefix) import Data.Text as Text (breakOnAll, pack) import Control.Monad.State import Network.URI (isURI) -import System.FilePath.Posix (pathSeparator) import qualified Data.Set as Set type Style = [String] -- cgit v1.2.3