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