mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
radv: remove unnecessary LLVM includes
They are already included from src/amd/llvm. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4163>
This commit is contained in:
parent
5ea32a6201
commit
4d991c2de4
6 changed files with 0 additions and 16 deletions
|
|
@ -41,7 +41,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
|
||||
#include "radv_debug.h"
|
||||
#include "radv_private.h"
|
||||
|
|
|
|||
|
|
@ -31,11 +31,6 @@
|
|||
#include "radv_shader_args.h"
|
||||
#include "nir/nir.h"
|
||||
|
||||
#include <llvm-c/Core.h>
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
#include <llvm-c/Transforms/Scalar.h>
|
||||
#include <llvm-c/Transforms/Utils.h>
|
||||
|
||||
#include "sid.h"
|
||||
#include "ac_binary.h"
|
||||
#include "ac_llvm_util.h"
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@
|
|||
#include "spirv/nir_spirv.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
#include <llvm-c/Core.h>
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
|
||||
#include "sid.h"
|
||||
#include "ac_binary.h"
|
||||
#include "ac_llvm_util.h"
|
||||
|
|
|
|||
|
|
@ -65,8 +65,6 @@
|
|||
#include "radv_extensions.h"
|
||||
#include "sid.h"
|
||||
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
|
||||
/* Pre-declarations needed for WSI entrypoints */
|
||||
struct wl_surface;
|
||||
struct wl_display;
|
||||
|
|
|
|||
|
|
@ -36,10 +36,6 @@
|
|||
#include "nir/nir_builder.h"
|
||||
#include "spirv/nir_spirv.h"
|
||||
|
||||
#include <llvm-c/Core.h>
|
||||
#include <llvm-c/TargetMachine.h>
|
||||
#include <llvm-c/Support.h>
|
||||
|
||||
#include "sid.h"
|
||||
#include "ac_binary.h"
|
||||
#include "ac_llvm_util.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <llvm/Config/llvm-config.h>
|
||||
#include <amdgpu_drm.h>
|
||||
#include <assert.h>
|
||||
#include "radv_amdgpu_cs.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue