ac/nir: remove some unnecessary includes and declarations

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Samuel Pitoiset 2018-03-13 14:11:36 +01:00
parent cd4e823341
commit b128fd773f
2 changed files with 1 additions and 9 deletions

View File

@ -27,13 +27,9 @@
#include "ac_binary.h"
#include "sid.h"
#include "nir/nir.h"
#include "../vulkan/radv_descriptor_set.h"
#include "util/bitscan.h"
#include <llvm-c/Transforms/Scalar.h>
#include "ac_shader_abi.h"
#include "ac_shader_info.h"
#include "ac_shader_util.h"
#include "ac_exp_param.h"
struct ac_nir_context {
struct ac_llvm_context ac;

View File

@ -28,14 +28,10 @@
#include "llvm-c/Core.h"
#include "llvm-c/TargetMachine.h"
#include "amd_family.h"
#include "../vulkan/radv_descriptor_set.h"
#include "compiler/shader_enums.h"
struct ac_shader_binary;
struct ac_shader_config;
struct nir_shader;
struct nir_variable;
struct radv_pipeline_layout;
struct ac_llvm_context;
struct ac_shader_abi;