summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-02-12 01:42:03 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-02-12 01:42:03 -0800
commitd5417e24a7c054c1c907c3b4fe351af2e054a457 (patch)
treea585e8da817e7b2d19cd4a3d27d2e43736bfb45c /src
parent35d8587b8e6b5a85fe0f978ff8cd5a899a8ff6a4 (diff)
ray: remove vestigial stdio.h include
Leftover from debugging presumably
Diffstat (limited to 'src')
-rw-r--r--src/modules/ray/ray_object_sphere.h1
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"
© All Rights Reserved