|
From: Andre R. <and...@us...> - 2004-10-23 22:18:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv415/Frontier/Common/source Modified Files: filelaunch.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: filelaunch.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filelaunch.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** filelaunch.c 9 Oct 2004 07:22:33 -0000 1.1 --- filelaunch.c 23 Oct 2004 22:18:00 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #undef SystemSevenOrLater ! #define SystemSevenOrLater 1 - #include <AppleEvents.h> - #include <Aliases.h> - #include <PPCToolbox.h> - #include <Folders.h> - #include <Gestalt.h> - #include <standard.h> #include "file.h" #include "filesystem7.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "file.h" #include "filesystem7.h" |