summaryrefslogtreecommitdiffstats
path: root/math3d.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-03 20:08:17 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-03 20:08:17 -0500
commitd6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad (patch)
tree42aa541dc08718768f3462b6b7eb3295c65e4b79 /math3d.h
parent57f42275ae8083c71f586c9937eac2966a9520f3 (diff)
downloadOBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.tar.gz
OBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.tar.bz2
OBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.zip
tidy up the code
Diffstat (limited to 'math3d.h')
-rw-r--r--math3d.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/math3d.h b/math3d.h
index e33b387..b699abf 100644
--- a/math3d.h
+++ b/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)