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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 05:02:51 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 21:02:31 2010 -0800

mesa: Clean up header file inclusion in drawpix.h.

---

 src/mesa/main/drawpix.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h
index 1f95ff5..31baa19 100644
--- a/src/mesa/main/drawpix.h
+++ b/src/mesa/main/drawpix.h
@@ -26,7 +26,10 @@
 #define DRAWPIX_H
 
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
 
 
 #if FEATURE_drawpix




More information about the mesa-commit mailing list