|
From: Andre R. <and...@us...> - 2004-10-23 21:53:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26758/Frontier/Common/headers Modified Files: lang.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: lang.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/lang.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang.h 9 Oct 2004 20:57:02 -0000 1.1 --- lang.h 23 Oct 2004 21:53:47 -0000 1.2 *************** *** 41,48 **** #if __powerc - - #include <fp.h> #define flfindbug 0 - #endif --- 41,45 ---- |