diff options
author | Vinson Lee <[email protected]> | 2010-11-09 01:14:55 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 01:14:55 -0800 |
commit | d79d942b2e38c3297169cf620d702045c94ed2ae (patch) | |
tree | 4ca920b87ca9155265ab8c5624f1ae2fd25f8279 /src/mesa/main/histogram.h | |
parent | 5b3d6bd39e14fdc63249c8f4f4a15269495b8808 (diff) |
mesa: Clean up header file inclusion in histogram.h.
Diffstat (limited to 'src/mesa/main/histogram.h')
-rw-r--r-- | 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 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 |