summaryrefslogtreecommitdiff
path: root/src/h-system.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-29 12:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-29 12:09:30 +0100
commit4aa1a39402c3908e9e8b6eb3fd4e2183d5e5c52e (patch)
treec1d93d415b96238aae3c54eb83cb0815af2e4bca /src/h-system.h
parent729e3854b753ebc2e8c0ab28b760ca3ccc99412b (diff)
Remove MACINTOSH-compatibility code
Diffstat (limited to 'src/h-system.h')
-rw-r--r--src/h-system.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/h-system.h b/src/h-system.h
index f7759668..92041742 100644
--- a/src/h-system.h
+++ b/src/h-system.h
@@ -38,17 +38,11 @@
-#ifdef MACINTOSH
-# include <unix.h>
-#endif
-
#if defined(WINDOWS)
# include <io.h>
#endif
-#if !defined(MACINTOSH)
-# include <memory.h>
-#endif
+#include <memory.h>
# include <fcntl.h>