summaryrefslogtreecommitdiffstats
path: root/src/os_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index d052bb5d27..6524609152 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -21,25 +21,6 @@
#endif
/*
- * Macintosh machine-dependent things.
- *
- * Include the Mac header files, unless also compiling with X11 (the header
- * files have many conflicts).
- */
-#ifdef FEAT_GUI_MAC
-# include <Quickdraw.h> // Apple calls it QuickDraw.h...
-# include <ToolUtils.h>
-# include <LowMem.h>
-# include <Scrap.h>
-# include <Sound.h>
-# include <TextUtils.h>
-# include <Memory.h>
-# include <OSUtils.h>
-# include <Files.h>
-# include <Script.h>
-#endif
-
-/*
* Unix interface
*/
#if defined(__APPLE_CC__) // for Project Builder and ...