--- ray/src/cv/mgflib/cvrgb.c 1995/12/01 16:25:37 1.1 +++ ray/src/cv/mgflib/cvrgb.c 2003/02/28 20:11:29 1.2 @@ -1,14 +1,12 @@ -/* Copyright (c) 1995 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: cvrgb.c,v 1.2 2003/02/28 20:11:29 greg Exp $"; #endif - /* * Convert MGF color to RGB representation defined below. */ #include +#include #include "parser.h"