From 169cdf3fa23651038daa42544c47bf05e8bc6002 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 14:35:26 -0700 Subject: Removed unneeded import. --- pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.hs b/pandoc.hs index b357754e2..7d26dde39 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -37,7 +37,7 @@ import Text.Pandoc.Walk (walk) import Text.Pandoc.Readers.LaTeX (handleIncludes) import Text.Pandoc.Shared ( tabFilter, readDataFileUTF8, readDataFile, safeRead, headerShift, normalize, err, warn, - openURL, pandocVersion ) + openURL ) import Text.Pandoc.MediaBag ( mediaDirectory, extractMediaBag, MediaBag ) import Text.Pandoc.XML ( toEntities ) import Text.Pandoc.SelfContained ( makeSelfContained ) -- cgit v1.2.3