summaryrefslogtreecommitdiffstats
path: root/sdl/math3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/math3d.h')
-rw-r--r--sdl/math3d.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sdl/math3d.h b/sdl/math3d.h
index c337195..5c04daa 100644
--- a/sdl/math3d.h
+++ b/sdl/math3d.h
@@ -1,12 +1,8 @@
#ifndef _MATH3D_H_
#define _MATH3D_H_
-#include <GL/glew.h>
-#include <GL/freeglut.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <math.h>
+#include <string.h>
#define M3D_PI (3.14159265358979323846)
#define M3D_PI_DIV_180 (0.017453292519943296)