diff options
author | Brian Paul <[email protected]> | 2015-09-30 08:21:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-10-01 07:45:43 -0600 |
commit | b9b13d873a659967da6bd70ddb57615e5df098bd (patch) | |
tree | a257621f39128766756be7a54ad5baf8a24635b6 /src/mesa/main/uniforms.h | |
parent | e13b5150449fbb2cb172157e59d4f848085c9386 (diff) |
mesa: clean up #includes in uniforms.h
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/main/uniforms.h')
-rw-r--r-- | src/mesa/main/uniforms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h index 96172b72aa1..bec035cdc97 100644 --- 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" { |