diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-21 23:24:40 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-21 23:24:40 -0800 |
commit | 8bc3c06d86b9c4b440402f1ca419da3045d2ed25 (patch) | |
tree | 8c3aa69aec4459a509edf1f306eefef9846d72d7 | |
parent | a1c5d8f61df9d9e22bcb0fc37a602ab712958151 (diff) |
progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.
-rw-r--r-- | progs/trivial/tri-fbo-tex-mip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/trivial/tri-fbo-tex-mip.c b/progs/trivial/tri-fbo-tex-mip.c index df4725c7b4..2e8fb74a00 100644 --- a/progs/trivial/tri-fbo-tex-mip.c +++ b/progs/trivial/tri-fbo-tex-mip.c @@ -6,7 +6,6 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> -#include <math.h> /* For debug */ |