mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
radeonsi: remove useless #includes
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3399>
This commit is contained in:
parent
30b14ba67e
commit
68586bdd21
7 changed files with 0 additions and 18 deletions
|
|
@ -26,14 +26,12 @@
|
|||
#include "radeon/radeon_video.h"
|
||||
#include "radeon/radeon_vce.h"
|
||||
#include "radeon/radeon_uvd_enc.h"
|
||||
#include "ac_llvm_util.h"
|
||||
#include "vl/vl_decoder.h"
|
||||
#include "vl/vl_video_buffer.h"
|
||||
#include "util/u_screen.h"
|
||||
#include "util/u_video.h"
|
||||
#include "compiler/nir/nir.h"
|
||||
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
static const char *si_get_vendor(struct pipe_screen *pscreen)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include "si_compute.h"
|
||||
#include "sid.h"
|
||||
|
||||
#include "ac_llvm_util.h"
|
||||
#include "radeon/radeon_uvd.h"
|
||||
#include "util/disk_cache.h"
|
||||
#include "util/u_log.h"
|
||||
|
|
@ -45,8 +44,6 @@
|
|||
#include "gallium/winsys/amdgpu/drm/amdgpu_public.h"
|
||||
#include <xf86drm.h>
|
||||
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
|
||||
static struct pipe_context *si_create_context(struct pipe_screen *screen,
|
||||
unsigned flags);
|
||||
|
||||
|
|
|
|||
|
|
@ -22,16 +22,12 @@
|
|||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "tgsi/tgsi_strings.h"
|
||||
#include "tgsi/tgsi_from_mesa.h"
|
||||
|
||||
#include "ac_exp_param.h"
|
||||
#include "ac_shader_util.h"
|
||||
#include "ac_rtld.h"
|
||||
#include "ac_llvm_util.h"
|
||||
#include "si_shader_internal.h"
|
||||
#include "si_pipe.h"
|
||||
#include "sid.h"
|
||||
|
|
|
|||
|
|
@ -131,8 +131,6 @@
|
|||
#ifndef SI_SHADER_H
|
||||
#define SI_SHADER_H
|
||||
|
||||
#include <llvm-c/Core.h> /* LLVMModuleRef */
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_queue.h"
|
||||
#include "util/simple_mtx.h"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@
|
|||
#include "si_shader.h"
|
||||
#include "ac_shader_abi.h"
|
||||
|
||||
#include <llvm-c/Core.h>
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
|
||||
struct pipe_debug_callback;
|
||||
|
||||
#define RADEON_LLVM_MAX_INPUTS 32 * 4
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "si_shader_internal.h"
|
||||
#include "si_pipe.h"
|
||||
#include "ac_llvm_util.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
struct si_llvm_diagnostics {
|
||||
|
|
|
|||
|
|
@ -22,12 +22,9 @@
|
|||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
|
||||
#include "si_shader_internal.h"
|
||||
#include "si_pipe.h"
|
||||
#include "sid.h"
|
||||
#include "ac_llvm_util.h"
|
||||
|
||||
/**
|
||||
* Load a dword from a constant buffer.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue