diff --git a/System/Xattr.hsc b/System/Xattr.hsc index adaf9cb..9b49996 100644 --- a/System/Xattr.hsc +++ b/System/Xattr.hsc @@ -45,11 +45,7 @@ module System.Xattr where #include -#ifdef __APPLE__ #include -#else -#include -#endif import Data.Functor ((<$>)) import Foreign.C