|
From: Andre R. <and...@us...> - 2004-10-23 22:16:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32552/Frontier/Common/source Modified Files: dialogs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: dialogs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/dialogs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dialogs.c 9 Oct 2004 07:21:24 -0000 1.1 --- dialogs.c 23 Oct 2004 22:16:32 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #include "mac.h" ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #include <string.h> - #endif #include "quickdraw.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "quickdraw.h" *************** *** 52,56 **** #include "lang.h" #include "mac.h" - #include <string.h> #ifdef flcomponent --- 45,48 ---- |