|
From: Andre R. <and...@us...> - 2004-10-23 21:53:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26714/Frontier/Common/headers Modified Files: filealias.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: filealias.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/filealias.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** filealias.h 9 Oct 2004 20:54:51 -0000 1.1 --- filealias.h 23 Oct 2004 21:53:35 -0000 1.2 *************** *** 51,126 **** ******************************************************************************/ - #ifndef SystemSevenOrLater - #define SystemSevenOrLater 1 - #endif - - #ifdef MACVERSION - - #ifndef __ALIASES__ - #include <aliases.h> - #endif - - #ifndef __APPLEEVENTS__ - #include <AppleEvents.h> - #endif - - #ifndef __DEVICES__ - #include <Devices.h> - #endif - - #ifndef __DIALOGS__ - #include <Dialogs.h> - #endif - - #ifndef __ERRORS__ - #include <Errors.h> - #endif - - #ifndef __FILES__ - #include <Files.h> - #endif - - #ifndef __FINDER__ - #include <finder.h> - #endif - - #ifndef __FOLDERS__ - #include <Folders.h> - #endif - - #ifndef __FONTS__ - #include <Fonts.h> - #endif - - #ifndef __ICONS__ - #include <Icons.h> - #endif - - #ifndef __MENUS__ - #include <Menus.h> - #endif - - #ifndef __RESOURCES__ - #include <resources.h> - #endif - - #ifndef __SEGLOAD__ - #include <SegLoad.h> - #endif - - #ifndef __STDIO__ - #include <StdIO.h> - #endif - - #ifndef __STRING__ - #include <string.h> - #endif - - #ifndef __TYPES__ - #include <types.h> - #endif - - #endif - boolean MakeAliasFile (const FSSpec* srcFile, const FSSpec* destFile); --- 51,54 ---- |