|
From: Andre R. <and...@us...> - 2004-10-23 21:39:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23986/Frontier/Common/IOAToolkit Modified Files: ioacolorpopup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioacolorpopup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioacolorpopup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioacolorpopup.c 9 Oct 2004 20:28:33 -0000 1.1 --- ioacolorpopup.c 23 Oct 2004 21:39:45 -0000 1.2 *************** *** 26,31 **** /*original code by Dave Shaver, Quark, 303-849-3311, adapted by DW 2/9/93. Thanks Dave!*/ ! //#include <SetUpA4.h> ! #include <Gestalt.h> #include <iac.h> #include <ioa.h> --- 26,32 ---- /*original code by Dave Shaver, Quark, 303-849-3311, adapted by DW 2/9/93. Thanks Dave!*/ ! #include "frontier.h" ! #include "standard.h" ! #include <iac.h> #include <ioa.h> |