aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:35:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:35:09 -0700
commit05b7fd8dee131c42a736c1252fa2901bb841ceba (patch)
tree729bd844ac503e907c0d06ae0459b30553150d00
parent40e67b873735f108dfb17f75f6475219a62278cd (diff)
downloadpandoc-05b7fd8dee131c42a736c1252fa2901bb841ceba.tar.gz
Removed unneeded import.
-rw-r--r--src/Text/Pandoc/Shared.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
index a91ca9115..df39f77d8 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/src/Text/Pandoc/Shared.hs
@@ -129,7 +129,6 @@ import qualified Data.Text as T (toUpper, pack, unpack)
#ifdef EMBED_DATA_FILES
import Text.Pandoc.Data (dataFiles)
-import System.FilePath ( joinPath, splitDirectories )
#else
import Paths_pandoc (getDataFileName)
#endif