summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/Bag.lhs2
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