|
From: Andre R. <and...@us...> - 2004-10-23 22:03:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28844/Frontier/Common/Paige/headers Modified Files: PGERRORS.H Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: PGERRORS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGERRORS.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGERRORS.H 9 Oct 2004 20:09:10 -0000 1.1 --- PGERRORS.H 23 Oct 2004 22:03:23 -0000 1.2 *************** *** 21,25 **** #ifdef MAC_PLATFORM ! #include <errors.h> /* Memory errors */ --- 21,25 ---- #ifdef MAC_PLATFORM ! #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ /* Memory errors */ |