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

Author: Chia-I Wu <o...@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"

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to