From: Vinson Lee Date: Tue, 9 Nov 2010 09:14:55 +0000 (-0800) Subject: mesa: Clean up header file inclusion in histogram.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d79d942b2e38c3297169cf620d702045c94ed2ae;p=mesa.git mesa: Clean up header file inclusion in histogram.h. --- diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 240087141b3..577324222ca 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