|
From: Andre R. <and...@us...> - 2004-10-23 22:33:44
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4914/Frontier/Common/source Modified Files: langwinipc.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langwinipc.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langwinipc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langwinipc.c 9 Oct 2004 07:40:05 -0000 1.1 --- langwinipc.c 23 Oct 2004 22:33:35 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ ! #include <stdlib.h> #ifdef MACVERSION - #include <standard.h> #include "langxcmd.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #include <objbase.h> - #endif - #include "memory.h" #include "frontierconfig.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "langxcmd.h" #endif #include "memory.h" #include "frontierconfig.h" |