summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-11-12 13:51:11 +0000
committerhallgren <hallgren@chalmers.se>2013-11-12 13:51:11 +0000
commit31d7a9f73c10d5cd6eb6c96cb0cb05698a4bbd5a (patch)
tree984c63aabb69edb00c755bd0015e64bc5aef93ad /src/compiler
parent0095119ec09b394332a23ab7cc16c0009c3f162a (diff)
GF.System.Chatch: remove redundant #include
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/System/Catch.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF/System/Catch.hs b/src/compiler/GF/System/Catch.hs
index 85d993435..950774947 100644
--- a/src/compiler/GF/System/Catch.hs
+++ b/src/compiler/GF/System/Catch.hs
@@ -3,8 +3,6 @@
module GF.System.Catch where
import qualified System.IO.Error as S
-#include "cabal_macros.h"
-
#if MIN_VERSION_base(4,4,0)
catch = S.catchIOError
try = S.tryIOError