diff options
author | Marek Olšák <[email protected]> | 2016-10-02 17:52:46 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-10-04 16:12:07 +0200 |
commit | 8c6ea5a6ffddd94cbdd5071d18b323f2e63b98c7 (patch) | |
tree | d3597fa1e7a4fb88e52b53d910ace03ab137b869 /src/gallium/drivers/radeonsi/si_shader.c | |
parent | 3388f27d8439e75a0f4e64fd12f0433ccb2b3698 (diff) |
radeonsi: remove unnecessary #includes
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.c')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeonsi/si_shader.c index 3ccff7ae9e0..7d1a6845b91 100644 --- a/src/gallium/drivers/radeonsi/si_shader.c +++ b/src/gallium/drivers/radeonsi/si_shader.c @@ -31,25 +31,20 @@ #include "gallivm/lp_bld_intr.h" #include "gallivm/lp_bld_logic.h" #include "gallivm/lp_bld_arit.h" -#include "gallivm/lp_bld_bitarit.h" #include "gallivm/lp_bld_flow.h" #include "gallivm/lp_bld_misc.h" -#include "radeon/r600_cs.h" #include "radeon/radeon_llvm.h" #include "radeon/radeon_elf_util.h" #include "radeon/radeon_llvm_emit.h" #include "util/u_memory.h" #include "util/u_string.h" -#include "tgsi/tgsi_parse.h" #include "tgsi/tgsi_build.h" #include "tgsi/tgsi_util.h" #include "tgsi/tgsi_dump.h" #include "si_pipe.h" -#include "si_shader.h" #include "sid.h" -#include <errno.h> static const char *scratch_rsrc_dword0_symbol = "SCRATCH_RSRC_DWORD0"; |