diff options
Diffstat (limited to 'src/compiler/nir/nir_lower_samplers.c')
-rw-r--r-- | src/compiler/nir/nir_lower_samplers.c | 2 |
1 files changed, 0 insertions, 2 deletions
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. |