From 43d66c8c2d4d3d4dee1309856b6ce6c5393682e5 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 8 Apr 2018 13:13:08 -0400 Subject: mesa: include mtypes.h less - remove mtypes.h from most header files - add main/menums.h for often used definitions - remove main/core.h v2: fix radv build Reviewed-by: Brian Paul --- src/compiler/nir/nir_lower_samplers.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/nir/nir_lower_samplers.c') diff --git a/src/compiler/nir/nir_lower_samplers.c b/src/compiler/nir/nir_lower_samplers.c index 9aa4a9e967f..7690665de30 100644 --- a/src/compiler/nir/nir_lower_samplers.c +++ b/src/compiler/nir/nir_lower_samplers.c @@ -29,8 +29,6 @@ #include "main/compiler.h" #include "main/mtypes.h" -#include "program/prog_parameter.h" -#include "program/program.h" /* Calculate the sampler index based on array indicies and also * calculate the base uniform location for struct members. -- cgit v1.2.3