Module: Mesa Branch: master Commit: d79d942b2e38c3297169cf620d702045c94ed2ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d79d942b2e38c3297169cf620d702045c94ed2ae
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 01:14:55 2010 -0800 mesa: Clean up header file inclusion in histogram.h. --- src/mesa/main/histogram.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 2400871..5773242 100644 --- a/src/mesa/main/histogram.h +++ b/src/mesa/main/histogram.h @@ -36,7 +36,10 @@ #ifndef HISTOGRAM_H #define HISTOGRAM_H -#include "main/mtypes.h" +#include "compiler.h" +#include "mfeatures.h" + +struct _glapi_table; #if FEATURE_histogram _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
