GF.System.Chatch: remove redundant #include

This commit is contained in:
hallgren
2013-11-12 13:51:11 +00:00
parent 0095119ec0
commit 31d7a9f73c

View File

@@ -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