diff options
author | Vinson Lee <[email protected]> | 2010-05-30 15:30:05 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-30 15:30:05 -0700 |
commit | 1202f17063dd568d406c04b62307efad909c5917 (patch) | |
tree | 0875bbc4a54002342ce60effbbb81369c443617a /src/gallium/drivers/r600/r600_helper.c | |
parent | 3b869b4cdb3996682f82ea02d3e3d920b127394d (diff) |
r600g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r600/r600_helper.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_helper.c b/src/gallium/drivers/r600/r600_helper.c index c1b69cae305..9370a5355ee 100644 --- a/src/gallium/drivers/r600/r600_helper.c +++ b/src/gallium/drivers/r600/r600_helper.c @@ -27,7 +27,6 @@ #include <errno.h> #include <util/u_inlines.h> #include <util/u_format.h> -#include <util/u_memory.h> #include "r600_screen.h" #include "r600d.h" |