From 8c1fb02aa373cebb9c64fd32687181088e6bda09 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 3 Jan 2017 16:32:07 -0800 Subject: ray: remove vestigial ray_scene.h includes --- modules/ray/ray_object.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/ray/ray_object.h') diff --git a/modules/ray/ray_object.h b/modules/ray/ray_object.h index 3dc27d1..abdb254 100644 --- a/modules/ray/ray_object.h +++ b/modules/ray/ray_object.h @@ -7,7 +7,6 @@ #include "ray_object_sphere.h" #include "ray_object_type.h" #include "ray_ray.h" -#include "ray_scene.h" #include "ray_surface.h" typedef union ray_object_t { -- cgit v1.2.1