diff options
author | Vinson Lee <[email protected]> | 2010-01-11 00:24:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-11 00:24:39 -0800 |
commit | 6d6c9c668894c393f7b6086fe0a4234939656865 (patch) | |
tree | b512d74ba897e453a55dcb05662080ce0fa097d6 /progs | |
parent | efaba97eaaf47ffecf1577777df1e8a700ada8de (diff) |
progs/demos: Remove unnecessary header from fbotexture.c.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/fbotexture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/fbotexture.c b/progs/demos/fbotexture.c index 56482663dc4..46bf1c5f6a2 100644 --- a/progs/demos/fbotexture.c +++ b/progs/demos/fbotexture.c @@ -14,7 +14,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <math.h> #include "extfuncs.h" /* For debug */ |