|
From: Andre R. <and...@us...> - 2004-10-23 21:29:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21617/Frontier/Common/stubs Modified Files: megastubs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: megastubs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/stubs/megastubs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** megastubs.c 17 Oct 2004 12:34:41 -0000 1.2 --- megastubs.c 23 Oct 2004 21:29:31 -0000 1.3 *************** *** 24,38 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #undef abs ! #include <stdio.h> ! #include <malloc.h> ! #include <crtdbg.h> ! #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "error.h" |