diff options
author | Vinson Lee <[email protected]> | 2010-07-31 19:23:14 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 19:23:14 -0700 |
commit | 1d74a1674c0675dc59588167741c4abd2cc82cf9 (patch) | |
tree | 515464ad48cdfda6ef416f8cb93bc6fae3560fdc /src/gallium | |
parent | 8b909144a1469360b3a76be4013d5b011f0bfc2b (diff) |
r600g: Remove unnecessary header.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/r600/r700_asm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r700_asm.c b/src/gallium/drivers/r600/r700_asm.c index 3532ba5b0c6..1ebe20d6ab0 100644 --- a/src/gallium/drivers/r600/r700_asm.c +++ b/src/gallium/drivers/r600/r700_asm.c @@ -25,7 +25,6 @@ #include "util/u_memory.h" #include "r700_sq.h" #include <stdio.h> -#include <errno.h> int r700_bc_alu_build(struct r600_bc *bc, struct r600_bc_alu *alu, unsigned id) { |