|
From: Andre R. <and...@us...> - 2004-10-23 22:44:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8031/Frontier/Common/source Modified Files: ops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/ops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ops.c 9 Oct 2004 07:50:20 -0000 1.1 --- ops.c 23 Oct 2004 22:43:50 -0000 1.2 *************** *** 24,45 **** ******************************************************************************/ ! #include <stdlib.h> ! #include <stdio.h> #ifdef MACVERSION - #include <fp.h> - #include <ctype.h> - #include <Gestalt.h> - #include <Script.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include <ctype.h> - #include <math.h> - #include "standard.h" - #endif - #include "error.h" #include "memory.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "mac.h" #endif #include "error.h" #include "memory.h" |