diff options
author | Vinson Lee <[email protected]> | 2010-06-07 16:54:18 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-06-07 16:54:18 -0700 |
commit | 1574fb78465136b90e42126607a4d39c3db778de (patch) | |
tree | 4db529b599806b8612300ea8feb5aa996b59f2e3 /src/gallium/drivers/r600 | |
parent | 29dfb2f8f081f49eb46390e6dd0701785c1aac56 (diff) |
r600g: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/r600')
-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 9370a5355ee..e3175b627aa 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" |