--- ray/src/cv/trans.c 1991/11/12 17:01:59 2.1 +++ ray/src/cv/trans.c 2003/02/22 02:07:23 2.2 @@ -1,9 +1,6 @@ -/* Copyright (c) 1990 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: trans.c,v 2.2 2003/02/22 02:07:23 greg Exp $"; #endif - /* * Translator utilities * @@ -11,6 +8,8 @@ static char SCCSid[] = "$SunId$ LBL"; */ #include + +#include #include "trans.h"