projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9da8a
)
mesa: Remove unnecessary headers.
author
Vinson Lee
<vlee@vmware.com>
Thu, 27 May 2010 15:10:31 +0000
(08:10 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 27 May 2010 15:10:31 +0000
(08:10 -0700)
src/mesa/shader/uniforms.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/uniforms.c
b/src/mesa/shader/uniforms.c
index 7aa6c934debe8c1cef4de9f33d7676d4214bb243..2753223747dc23062b51d4dd5dc8c0451717c70c 100644
(file)
--- a/
src/mesa/shader/uniforms.c
+++ b/
src/mesa/shader/uniforms.c
@@
-37,15
+37,10
@@
#include "main/glheader.h"
#include "main/context.h"
-#include "main/hash.h"
-#include "shader/program.h"
#include "shader/prog_parameter.h"
#include "shader/prog_statevars.h"
#include "shader/prog_uniform.h"
#include "shader/shader_api.h"
-#include "shader/slang/slang_compile.h"
-#include "shader/slang/slang_link.h"
-#include "main/dispatch.h"
#include "uniforms.h"