|
From: Andre R. <and...@us...> - 2004-10-23 21:54:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26952/Frontier/Common/headers Modified Files: shellhooks.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellhooks.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shellhooks.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellhooks.h 9 Oct 2004 21:08:49 -0000 1.1 --- shellhooks.h 23 Oct 2004 21:54:34 -0000 1.2 *************** *** 24,27 **** --- 24,28 ---- ******************************************************************************/ + #ifndef shellhooksinclude #define shellhooksinclude *************** *** 94,97 **** ! --- 95,98 ---- ! #endif /*shellhooksinclude*/ |