diff options
| author | YAMAMOTO Mitsuharu | 2006-06-28 08:29:54 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-06-28 08:29:54 +0000 |
| commit | a49a81ff534a9eef86dc958ed75f96d615784ae0 (patch) | |
| tree | 48c676b4e138b8ef438b3498dcf1a361f153ad96 /src | |
| parent | f9b6d85f7668fc3ead1fb05cccb5cee30c922d5a (diff) | |
| download | emacs-a49a81ff534a9eef86dc958ed75f96d615784ae0.tar.gz emacs-a49a81ff534a9eef86dc958ed75f96d615784ae0.zip | |
[!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -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> |