summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/histogram.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 01:14:55 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 01:14:55 -0800
commitd79d942b2e38c3297169cf620d702045c94ed2ae (patch)
tree4ca920b87ca9155265ab8c5624f1ae2fd25f8279 /src/mesa/main/histogram.h
parent5b3d6bd39e14fdc63249c8f4f4a15269495b8808 (diff)
downloadexternal_mesa3d-d79d942b2e38c3297169cf620d702045c94ed2ae.zip
external_mesa3d-d79d942b2e38c3297169cf620d702045c94ed2ae.tar.gz
external_mesa3d-d79d942b2e38c3297169cf620d702045c94ed2ae.tar.bz2
mesa: Clean up header file inclusion in histogram.h.
Diffstat (limited to 'src/mesa/main/histogram.h')
-rw-r--r--src/mesa/main/histogram.h5
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