From d79d942b2e38c3297169cf620d702045c94ed2ae Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 01:14:55 -0800 Subject: mesa: Clean up header file inclusion in histogram.h. --- src/mesa/main/histogram.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/histogram.h') diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 240087141b..577324222c 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 -- cgit v1.2.3