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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 03:51:37 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov  6 20:50:13 2010 -0700

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

---

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

diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h
index 3140eb5..b9af703 100644
--- a/src/mesa/main/api_loopback.h
+++ b/src/mesa/main/api_loopback.h
@@ -27,7 +27,10 @@
 #ifndef API_LOOPBACK_H
 #define API_LOOPBACK_H
 
-#include "main/mtypes.h"
+#include "main/compiler.h"
+#include "main/mfeatures.h"
+
+struct _glapi_table;
 
 #if FEATURE_beginend
 




More information about the mesa-commit mailing list