diff options
author | Sean McBride <sean@rogue-research.com> | 2010-08-17 20:11:33 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-01-31 23:21:20 (GMT) |
commit | 0037dcb6af2e9c9172d4fe642fb9e0b718580053 (patch) | |
tree | 49978864bd3558b633faefd44724c7a2d4c86522 /Source/CPack/OSXScriptLauncher.cxx | |
parent | 76976a59e9edc550fbf5b7b7ac4dbc381c02d139 (diff) | |
download | CMake-0037dcb6af2e9c9172d4fe642fb9e0b718580053.zip CMake-0037dcb6af2e9c9172d4fe642fb9e0b718580053.tar.gz CMake-0037dcb6af2e9c9172d4fe642fb9e0b718580053.tar.bz2 |
Removed most usage of Carbon in favour of CoreFoundation
Diffstat (limited to 'Source/CPack/OSXScriptLauncher.cxx')
-rw-r--r-- | Source/CPack/OSXScriptLauncher.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/OSXScriptLauncher.cxx b/Source/CPack/OSXScriptLauncher.cxx index 99ffecc..e0fbe9b 100644 --- a/Source/CPack/OSXScriptLauncher.cxx +++ b/Source/CPack/OSXScriptLauncher.cxx @@ -14,7 +14,6 @@ #include <cmsys/ios/fstream> #include <cmsys/ios/iostream> -#include <Carbon/Carbon.h> #include <CoreFoundation/CoreFoundation.h> // For the PATH_MAX constant |