diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-11 20:15:59 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-11 20:15:59 -0800 |
commit | 7241f5140fc5eef6e315d48f1b9a1155ecfe3166 (patch) | |
tree | 642382da9d6d99c4a5c1bc5f2fdbf202d3d91196 /progs | |
parent | ae8ed89f2468373a158e74e6cc692d5519429f2f (diff) |
progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.
Diffstat (limited to 'progs')
-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 0744369501..df4725c7b4 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 <string.h> #include <math.h> /* For debug */ |