Mesa (master): mesa: fix function remapping for dlist

Chia-I Wu olv at kemper.freedesktop.org
Wed Jun 8 15:19:44 UTC 2011


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Wed Jun  8 21:51:41 2011 +0800

mesa: fix function remapping for dlist

glapidispatch.h should not be included directly.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36282

---

 src/mesa/main/dlist.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index c23593b..958f5a6 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -49,7 +49,6 @@
 #include "eval.h"
 #include "framebuffer.h"
 #include "glapi/glapi.h"
-#include "glapidispatch.h"
 #include "hash.h"
 #include "image.h"
 #include "light.h"




More information about the mesa-commit mailing list