projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13b515
)
mesa: clean up #includes in uniforms.h
author
Brian Paul
<brianp@vmware.com>
Wed, 30 Sep 2015 14:21:41 +0000
(08:21 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 1 Oct 2015 13:45:43 +0000
(07:45 -0600)
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/uniforms.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/uniforms.h
b/src/mesa/main/uniforms.h
index 96172b72aa13c3440a83c6a4143622108869d585..bec035cdc97cf20e367660b4603f232c63204eff 100644
(file)
--- a/
src/mesa/main/uniforms.h
+++ b/
src/mesa/main/uniforms.h
@@
-26,10
+26,10
@@
#ifndef UNIFORMS_H
#define UNIFORMS_H
-#include "glheader.h"
+#include "main/glheader.h"
+#include "glsl/glsl_types.h"
+#include "glsl/ir_uniform.h"
#include "program/prog_parameter.h"
-#include "../glsl/glsl_types.h"
-#include "../glsl/ir_uniform.h"
#ifdef __cplusplus
extern "C" {