--- ray/src/ot/bbox.c 1991/11/12 17:01:00 2.1 +++ ray/src/ot/bbox.c 2003/02/25 02:47:22 2.3 @@ -1,18 +1,17 @@ -/* Copyright (c) 1987 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: bbox.c,v 2.3 2003/02/25 02:47:22 greg Exp $"; #endif - /* * bbox.c - routines for bounding box computation. - * - * 8/4/87 */ +#include "copyright.h" + #include "standard.h" #include "object.h" + +#include "octree.h" #include "otypes.h"