--- ray/src/cv/mgflib/object.c 1995/11/29 16:46:56 1.5 +++ ray/src/cv/mgflib/object.c 2003/02/28 20:11:29 1.6 @@ -1,14 +1,12 @@ -/* Copyright (c) 1994 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: object.c,v 1.6 2003/02/28 20:11:29 greg Exp $"; #endif - /* * Header file for tracking hierarchical object names */ #include +#include #include #include "parser.h"