|
From: Andre R. <and...@us...> - 2004-10-23 22:16:30
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32482/Frontier/Common/source Modified Files: dbverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: dbverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/dbverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbverbs.c 9 Oct 2004 07:20:55 -0000 1.1 --- dbverbs.c 23 Oct 2004 22:16:17 -0000 1.2 *************** *** 28,41 **** */ #ifdef MACVERSION #include <land.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "ops.h" #include "memory.h" --- 28,39 ---- */ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <land.h> #include "mac.h" #endif #include "ops.h" #include "memory.h" |