summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-04-28 23:53:45 -0700
committerVinson Lee <vlee@vmware.com>2011-04-28 23:54:54 -0700
commitf9fca6769f0d5f67bd50b4eeed67ece0e0f71151 (patch)
tree7d8e75d103634f738654dc1211519a46b8d2d55b
parent23d18d576ba53cb36fcd9bf4aa0c69882f448e4a (diff)
hiz: Remove unused header getopt.h from hiz-util.c.
This patch also fixes a MSVC build error. getopt.h is not available on MSVC.
-rw-r--r--tests/hiz/hiz-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hiz/hiz-util.c b/tests/hiz/hiz-util.c
index 9d49dda56..d28bac2a0 100644
--- a/tests/hiz/hiz-util.c
+++ b/tests/hiz/hiz-util.c
@@ -31,7 +31,6 @@
*/
#include <assert.h>
-#include <getopt.h>
#include "piglit-util.h"
#include "hiz/hiz-util.h"