i965/fs: Remove duplicate include of brw_shader.h
authorFrancisco Jerez <currojerez@riseup.net>
Tue, 3 Feb 2015 13:52:37 +0000 (15:52 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Feb 2015 14:05:51 +0000 (16:05 +0200)
The second one was inside an extern "C" block, luckily it was being
discarded by the preprocessor.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.h

index a90b12b2522ec17af2c106238f06123706474b24..ba4417128bed5465695e3201e19e5422c2d732b6 100644 (file)
@@ -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"