diff options
author | Vinson Lee <[email protected]> | 2010-01-11 19:57:46 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-11 19:58:08 -0800 |
commit | ae8ed89f2468373a158e74e6cc692d5519429f2f (patch) | |
tree | 06dcc7a976582a098886c95bfb934cfbd93d33c4 /progs/tests | |
parent | 6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30 (diff) |
progs/tests: Remove duplicate included header in vparray.c.
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/vparray.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/vparray.c b/progs/tests/vparray.c index 15673c875ee..75160afd463 100644 --- a/progs/tests/vparray.c +++ b/progs/tests/vparray.c @@ -8,7 +8,6 @@ #include <assert.h> #include <stdio.h> -#include <string.h> #include <stdlib.h> #include <string.h> #include <math.h> |