diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-03 16:32:07 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-03 16:32:07 -0800 |
commit | 8c1fb02aa373cebb9c64fd32687181088e6bda09 (patch) | |
tree | ead47d2f7e246f667e0bccb4f34ffff88e73c120 /modules/ray/ray_object_sphere.h | |
parent | c75fea7e1629c7a0880a92e45438630fb41d306b (diff) |
ray: remove vestigial ray_scene.h includes
Diffstat (limited to 'modules/ray/ray_object_sphere.h')
-rw-r--r-- | modules/ray/ray_object_sphere.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ray/ray_object_sphere.h b/modules/ray/ray_object_sphere.h index 6786bb7..85b3d93 100644 --- a/modules/ray/ray_object_sphere.h +++ b/modules/ray/ray_object_sphere.h @@ -8,7 +8,6 @@ #include "ray_color.h" #include "ray_object_type.h" #include "ray_ray.h" -#include "ray_scene.h" #include "ray_surface.h" |