diff options
author | Vinson Lee <[email protected]> | 2010-01-11 19:42:55 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-11 19:42:55 -0800 |
commit | 2178abfba344cf5a928418dc192519b3780eb854 (patch) | |
tree | ab69d07c8bd0d998e7b7dcf7a40797048f4c9e77 /progs/glsl/shtest.c | |
parent | 78ddce9fdada4b09a008b65d91e3e43cfe011459 (diff) |
progs/glsl: Remove duplicate included header from shtest.c.
Diffstat (limited to 'progs/glsl/shtest.c')
-rw-r--r-- | progs/glsl/shtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/glsl/shtest.c b/progs/glsl/shtest.c index 7b1917be1ce..520eccfb6d8 100644 --- a/progs/glsl/shtest.c +++ b/progs/glsl/shtest.c @@ -29,7 +29,6 @@ #include <assert.h> -#include <string.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |