diff options
author | Brian Paul <[email protected]> | 2015-02-24 17:48:31 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-26 08:38:39 -0700 |
commit | 4f25a180115d6f7a6149ba8285a394e10aa04ef2 (patch) | |
tree | 517f2a8104468af371410d813dc6c04c6a76411b /src/mesa/program/prog_parameter_layout.c | |
parent | 538e13d4a13419add6bbcb5b14a69762ffad0818 (diff) |
mesa: trim down #includes in compiler.h
Don't include stuff we don't need. Fix a few #includes elsewhere to
keep thing building.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_parameter_layout.c')
-rw-r--r-- | src/mesa/program/prog_parameter_layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/prog_parameter_layout.c b/src/mesa/program/prog_parameter_layout.c index e83469059c5..282a367ad04 100644 --- a/src/mesa/program/prog_parameter_layout.c +++ b/src/mesa/program/prog_parameter_layout.c @@ -28,7 +28,7 @@ * \author Ian Romanick <[email protected]> */ -#include "main/compiler.h" +#include "main/imports.h" #include "main/mtypes.h" #include "prog_parameter.h" #include "prog_parameter_layout.h" |