aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/TeXMath.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Text/Pandoc/Readers/TeXMath.hs')
-rw-r--r--Text/Pandoc/Readers/TeXMath.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Text/Pandoc/Readers/TeXMath.hs b/Text/Pandoc/Readers/TeXMath.hs
index a143e6089..85f1ccde5 100644
--- a/Text/Pandoc/Readers/TeXMath.hs
+++ b/Text/Pandoc/Readers/TeXMath.hs
@@ -32,9 +32,7 @@ module Text.Pandoc.Readers.TeXMath (
) where
import Text.ParserCombinators.Parsec
-import Text.Pandoc.UTF8
import Text.Pandoc.Definition
-import Text.Pandoc.Shared
-- | Converts a string of raw TeX math to a list of 'Pandoc' inlines.
readTeXMath :: String -> [Inline]