diff options
author | Vinson Lee <[email protected]> | 2010-01-11 20:21:50 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-11 20:21:50 -0800 |
commit | 477d51537f8be431cf7158010c1dd2451884dc7f (patch) | |
tree | a2f10b7cd966b8041183439c8f63b396548ddde5 /progs/trivial | |
parent | 7241f5140fc5eef6e315d48f1b9a1155ecfe3166 (diff) |
progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.
Diffstat (limited to 'progs/trivial')
-rw-r--r-- | progs/trivial/tri-fbo-tex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/trivial/tri-fbo-tex.c b/progs/trivial/tri-fbo-tex.c index 8d1f871328d..eacb7d577be 100644 --- a/progs/trivial/tri-fbo-tex.c +++ b/progs/trivial/tri-fbo-tex.c @@ -6,8 +6,6 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> -#include <math.h> /* For debug */ |