|
From: Andre R. <and...@us...> - 2004-10-23 23:07:27
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13911/Frontier/Common/source Modified Files: wpengine.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: wpengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpengine.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wpengine.c 9 Oct 2004 08:14:08 -0000 1.1 --- wpengine.c 23 Oct 2004 23:07:16 -0000 1.2 *************** *** 24,30 **** ******************************************************************************/ ! #ifdef MACVERSION ! // #pragma syspath_once off ! #endif #include "Paige.h" --- 24,28 ---- ******************************************************************************/ ! #include "frontier.h" #include "Paige.h" *************** *** 35,48 **** #include "pgHLevel.h" ! #ifdef MACVERSION ! #include <standard.h> ! #include <Script.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif - #include <ctype.h> #include "bitmaps.h" #include "cursor.h" --- 33,38 ---- #include "pgHLevel.h" ! #include "standard.h" #include "bitmaps.h" #include "cursor.h" |