Mesa (master): mesa: Clean up header file inclusion in histogram.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 09:15:20 UTC 2010


Module: Mesa
Branch: master
Commit: d79d942b2e38c3297169cf620d702045c94ed2ae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d79d942b2e38c3297169cf620d702045c94ed2ae

Author: Vinson Lee <vlee at vmware.com>
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
 




More information about the mesa-commit mailing list