|
From: Andre R. <and...@us...> - 2004-10-23 22:56:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11209/Frontier/Common/source Modified Files: shellsysverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellsysverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellsysverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellsysverbs.c 9 Oct 2004 08:04:16 -0000 1.1 --- shellsysverbs.c 23 Oct 2004 22:56:06 -0000 1.2 *************** *** 24,38 **** ******************************************************************************/ #ifdef MACVERSION #include <land.h> - #include <standard.h> - #include <string.h> #define wsprintf sprintf #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "ops.h" #include "memory.h" --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <land.h> #define wsprintf sprintf #endif #include "ops.h" #include "memory.h" |