Docx reader: remove T.P.Generic import.

This marks the removal of the final tree-walk in the code. (Though there
is still one in the Lists module.)
This commit is contained in:
Jesse Rosenthal 2014-06-24 12:15:26 -04:00
parent 5ae6b8c6f1
commit a8866bc121

View file

@ -76,7 +76,6 @@ import Codec.Archive.Zip
import Text.Pandoc.Definition
import Text.Pandoc.Options
import Text.Pandoc.Builder (text, toList)
import Text.Pandoc.Generic (bottomUp)
import Text.Pandoc.MIME (getMimeType)
import Text.Pandoc.UTF8 (toString)
import Text.Pandoc.Walk