diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2013-11-08 17:27:50 -0500 |
---|---|---|
committer | Patrick Palka <patrick@parcs.ath.cx> | 2013-11-12 21:55:45 -0500 |
commit | 117b6b8d8088ff237fc72f75e290fc30207e7bed (patch) | |
tree | 48461535f1f4e912150129fb6afafb1d65626dd0 /compiler/utils | |
parent | 9156be566e902d6997e09208826846c441cd6f41 (diff) | |
download | haskell-117b6b8d8088ff237fc72f75e290fc30207e7bed.tar.gz |
Remove unnecessary and deprecated inclusions of Typeable.h
The build system would've complained loudly about these inclusions if it
weren't for #8527.
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Bag.lhs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/utils/Bag.lhs b/compiler/utils/Bag.lhs index a83397898e..2d823e46bb 100644 --- a/compiler/utils/Bag.lhs +++ b/compiler/utils/Bag.lhs @@ -21,8 +21,6 @@ module Bag ( mapAndUnzipBagM, mapAccumBagLM ) where -#include "Typeable.h" - import Outputable import Util |