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