summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_helper.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-30 15:30:05 -0700
committerVinson Lee <vlee@vmware.com>2010-05-30 15:30:05 -0700
commit1202f17063dd568d406c04b62307efad909c5917 (patch)
tree0875bbc4a54002342ce60effbbb81369c443617a /src/gallium/drivers/r600/r600_helper.c
parent3b869b4cdb3996682f82ea02d3e3d920b127394d (diff)
r600g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r600/r600_helper.c')
-rw-r--r--src/gallium/drivers/r600/r600_helper.c1
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 c1b69cae30..9370a5355e 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"