Mesa (master): mesa: trim down #includes in api_loopback.h

Brian Paul brianp at kemper.freedesktop.org
Mon Mar 2 16:02:50 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 26 13:06:57 2015 -0700

mesa: trim down #includes in api_loopback.h

Acked-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/api_loopback.h |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h
index eb3d54b..4451440 100644
--- a/src/mesa/main/api_loopback.h
+++ b/src/mesa/main/api_loopback.h
@@ -27,12 +27,7 @@
 #ifndef API_LOOPBACK_H
 #define API_LOOPBACK_H
 
-#include "main/glheader.h" // ?
-#include "main/macros.h" // ?
-#include "main/mtypes.h" // ?
-#include "glapi/glapi.h" // ?
-#include "main/dispatch.h" // ?
-#include "main/context.h" // ?
+#include "main/glheader.h"
 
 struct _glapi_table;
 struct gl_context;




More information about the mesa-commit mailing list