From: Francisco Jerez Date: Tue, 3 Feb 2015 13:52:37 +0000 (+0200) Subject: i965/fs: Remove duplicate include of brw_shader.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c472793a2a55bb529bf4297f04ff785ce52cfc6e;p=mesa.git i965/fs: Remove duplicate include of brw_shader.h The second one was inside an extern "C" block, luckily it was being discarded by the preprocessor. Reviewed-by: Matt Turner --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index a90b12b2522..ba4417128be 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -45,7 +45,6 @@ extern "C" { #include "brw_context.h" #include "brw_eu.h" #include "brw_wm.h" -#include "brw_shader.h" #include "intel_asm_annotation.h" } #include "glsl/glsl_types.h"