diff options
author | Brian Paul <brianp@vmware.com> | 2015-02-24 17:48:31 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-02-26 08:38:39 -0700 |
commit | 4f25a180115d6f7a6149ba8285a394e10aa04ef2 (patch) | |
tree | 517f2a8104468af371410d813dc6c04c6a76411b /src/mesa/program/prog_parameter_layout.c | |
parent | 538e13d4a13419add6bbcb5b14a69762ffad0818 (diff) | |
download | external_mesa3d-4f25a180115d6f7a6149ba8285a394e10aa04ef2.zip external_mesa3d-4f25a180115d6f7a6149ba8285a394e10aa04ef2.tar.gz external_mesa3d-4f25a180115d6f7a6149ba8285a394e10aa04ef2.tar.bz2 |
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 <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
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 e834690..282a367 100644 --- a/src/mesa/program/prog_parameter_layout.c +++ b/src/mesa/program/prog_parameter_layout.c @@ -28,7 +28,7 @@ * \author Ian Romanick <ian.d.romanick@intel.com> */ -#include "main/compiler.h" +#include "main/imports.h" #include "main/mtypes.h" #include "prog_parameter.h" #include "prog_parameter_layout.h" |