|
From: Andre R. <and...@us...> - 2004-10-23 22:18:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv515/Frontier/Common/source Modified Files: fileloop.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: fileloop.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/fileloop.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fileloop.c 9 Oct 2004 07:22:45 -0000 1.1 --- fileloop.c 23 Oct 2004 22:18:13 -0000 1.2 *************** *** 24,41 **** ******************************************************************************/ ! ! ! #ifdef MACVERSION ! #include <Files.h> /*explicity include this so we can get to it from titlebar popup menu*/ ! #include <standard.h> ! #if TARGET_API_MAC_CARBON == 1 ! #include <UnicodeConverter.h> ! #endif ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |