|
From: Andre R. <and...@us...> - 2004-10-23 22:34:52
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5215/Frontier/Common/source Modified Files: mac.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: mac.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/mac.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mac.c 9 Oct 2004 07:41:32 -0000 1.1 --- mac.c 23 Oct 2004 22:34:43 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #include <Gestalt.h> ! ! #include <standard.h> ! //Code change by Timothy Paustian Sunday, June 25, 2000 10:26:34 AM ! //Code for Navigation services ! #ifdef MACVERSION ! #include <Navigation.h> ! #endif #include "mac.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "mac.h" |