diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-12 01:42:03 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-12 01:42:03 -0800 |
commit | d5417e24a7c054c1c907c3b4fe351af2e054a457 (patch) | |
tree | a585e8da817e7b2d19cd4a3d27d2e43736bfb45c /src/modules/ray/ray_object_sphere.h | |
parent | 35d8587b8e6b5a85fe0f978ff8cd5a899a8ff6a4 (diff) |
ray: remove vestigial stdio.h include
Leftover from debugging presumably
Diffstat (limited to 'src/modules/ray/ray_object_sphere.h')
-rw-r--r-- | src/modules/ray/ray_object_sphere.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/ray/ray_object_sphere.h b/src/modules/ray/ray_object_sphere.h index 5df4b2e..8a91316 100644 --- a/src/modules/ray/ray_object_sphere.h +++ b/src/modules/ray/ray_object_sphere.h @@ -2,7 +2,6 @@ #define _RAY_OBJECT_SPHERE_H #include <math.h> -#include <stdio.h> #include "ray_3f.h" #include "ray_color.h" |