projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe957c
)
i965/fs: Remove duplicate include of brw_shader.h
author
Francisco Jerez
<currojerez@riseup.net>
Tue, 3 Feb 2015 13:52:37 +0000
(15:52 +0200)
committer
Francisco 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.h
b/src/mesa/drivers/dri/i965/brw_fs.h
index a90b12b2522ec17af2c106238f06123706474b24..ba4417128bed5465695e3201e19e5422c2d732b6 100644
(file)
--- 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"