summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-11 19:57:46 -0800
committerVinson Lee <vlee@vmware.com>2010-01-11 19:58:08 -0800
commitae8ed89f2468373a158e74e6cc692d5519429f2f (patch)
tree06dcc7a976582a098886c95bfb934cfbd93d33c4 /progs
parent6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30 (diff)
progs/tests: Remove duplicate included header in vparray.c.
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/vparray.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/vparray.c b/progs/tests/vparray.c
index 15673c875e..75160afd46 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>