summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_helper.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-06-07 16:54:18 -0700
committerVinson Lee <vlee@vmware.com>2010-06-07 16:54:18 -0700
commit1574fb78465136b90e42126607a4d39c3db778de (patch)
tree4db529b599806b8612300ea8feb5aa996b59f2e3 /src/gallium/drivers/r600/r600_helper.c
parent29dfb2f8f081f49eb46390e6dd0701785c1aac56 (diff)
r600g: Remove unnecessary header.
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 9370a5355e..e3175b627a 100644
--- a/src/gallium/drivers/r600/r600_helper.c
+++ b/src/gallium/drivers/r600/r600_helper.c
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <errno.h>
#include <util/u_inlines.h>
-#include <util/u_format.h>
#include "r600_screen.h"
#include "r600d.h"