From d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 3 Jul 2011 20:08:17 -0500 Subject: tidy up the code --- math3d.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'math3d.h') 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 -#include -#include -#include -#include #include +#include #define M3D_PI (3.14159265358979323846) #define M3D_PI_DIV_180 (0.017453292519943296) -- cgit v1.2.3