diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-12 13:51:11 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-12 13:51:11 +0000 |
| commit | 31d7a9f73c10d5cd6eb6c96cb0cb05698a4bbd5a (patch) | |
| tree | 984c63aabb69edb00c755bd0015e64bc5aef93ad | |
| parent | 0095119ec09b394332a23ab7cc16c0009c3f162a (diff) | |
GF.System.Chatch: remove redundant #include
| -rw-r--r-- | src/compiler/GF/System/Catch.hs | 2 |
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 |
