|
From: Andre R. <and...@us...> - 2004-10-23 21:54:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26983/Frontier/Common/headers Modified Files: shelltypes.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shelltypes.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shelltypes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shelltypes.h 9 Oct 2004 21:09:37 -0000 1.1 --- shelltypes.h 23 Oct 2004 21:54:44 -0000 1.2 *************** *** 31,38 **** #endif - #ifdef MACVERSION - #include <Processes.h> - #endif - #define diskfontnamelength 32 /*number of bytes for a font name stored on disk*/ --- 31,34 ---- |