|
From: Andre R. <and...@us...> - 2004-10-23 22:27:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3210/Frontier/Common/source Modified Files: langipc.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langipc.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langipc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langipc.c 9 Oct 2004 07:32:44 -0000 1.1 --- langipc.c 23 Oct 2004 22:27:45 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #include <Script.h> ! #include <AppleEvents.h> ! #include <AERegistry.h> ! #include <Processes.h> #include <land.h> - #include <standard.h> #include "error.h" #include "memory.h" --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include <land.h> #include "error.h" #include "memory.h" *************** *** 53,57 **** #include "processinternal.h" #ifdef flcomponent - #include <OSA.h> #include <uisharing.h> #include <uisinternal.h> --- 51,54 ---- *************** *** 67,74 **** --- 64,73 ---- // Subroutine Events: + /* enum { kASSubroutineEvent = 'psbr', keyASSubroutineName = 'snam' }; + */ #define keykerneltable 'ktbl' |