aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-06-28 08:29:54 +0000
committerYAMAMOTO Mitsuharu2006-06-28 08:29:54 +0000
commita49a81ff534a9eef86dc958ed75f96d615784ae0 (patch)
tree48c676b4e138b8ef438b3498dcf1a361f153ad96 /src/mac.c
parentf9b6d85f7668fc3ead1fb05cccb5cee30c922d5a (diff)
downloademacs-a49a81ff534a9eef86dc958ed75f96d615784ae0.tar.gz
emacs-a49a81ff534a9eef86dc958ed75f96d615784ae0.zip
[!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index 5fc9ea4ee28..e25ed435342 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -46,11 +46,9 @@ Boston, MA 02110-1301, USA. */
46#include <Folders.h> 46#include <Folders.h>
47#include <Resources.h> 47#include <Resources.h>
48#include <Aliases.h> 48#include <Aliases.h>
49#include <FixMath.h>
50#include <Timer.h> 49#include <Timer.h>
51#include <OSA.h> 50#include <OSA.h>
52#include <AppleScript.h> 51#include <AppleScript.h>
53#include <Scrap.h>
54#include <Events.h> 52#include <Events.h>
55#include <Processes.h> 53#include <Processes.h>
56#include <EPPC.h> 54#include <EPPC.h>