GF.System.Chatch: remove redundant #include

This commit is contained in:
hallgren
2013-11-12 13:51:11 +00:00
parent 7585d68dd8
commit a3de4b6e86

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