[Mesa-dev] [PATCH 07/32] i965/fs: Remove duplicate include of brw_shader.h
Francisco Jerez
currojerez at riseup.net
Fri Feb 6 06:42:47 PST 2015
The second one was inside an extern "C" block, luckily it was being
discarded by the preprocessor.
---
src/mesa/drivers/dri/i965/brw_fs.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index e789d25..ccd3da7 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"
--
2.1.3
More information about the mesa-dev
mailing list