diff options
author | Marek Olšák <[email protected]> | 2011-07-22 21:38:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-08-16 09:15:10 +0200 |
commit | 354f76f386afd980e8c1564c0b0502f9768007b5 (patch) | |
tree | 56a8bfbf6c43aa22cc169da81890be9f34137654 /src/gallium/drivers/r600/r600.h | |
parent | fb8cf51eeb91413e761e0510d1f8c11b8cd0a7ac (diff) |
r600g: cleanup includes in winsys
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 2ac5ed465c1..714af0c112d 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -26,12 +26,8 @@ #ifndef R600_H #define R600_H -#include <assert.h> -#include <stdint.h> -#include <stdio.h> -#include <util/u_double_list.h> -#include <util/u_inlines.h> -#include <pipe/p_compiler.h> +#include "util/u_double_list.h" +#include "util/u_inlines.h" #define RADEON_CTX_MAX_PM4 (64 * 1024 / 4) |