aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/getteximage-simple.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-05-20 12:13:48 -0600
committerBrian Paul <brianp@vmware.com>2009-05-20 12:13:48 -0600
commit6a26a6965331ea8d139b44e45e82282e19bc6e9d (patch)
tree564bb800f7cb55110438c065543d61e1f5dce013 /tests/texturing/getteximage-simple.c
parent7d8c126c34610d732ba2c7766acd325008e5b482 (diff)
Remove unistd.h header from texturing tests.
Fixes a MSVC compile error.
Diffstat (limited to 'tests/texturing/getteximage-simple.c')
-rw-r--r--tests/texturing/getteximage-simple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/texturing/getteximage-simple.c b/tests/texturing/getteximage-simple.c
index 98acf3be..2f29b124 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -18,7 +18,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <math.h>