mesa: fix function remapping for dlist
authorChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 13:51:41 +0000 (21:51 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 15:18:57 +0000 (23:18 +0800)
glapidispatch.h should not be included directly.

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

src/mesa/main/dlist.c

index c23593bc30daf4275a475dad380035005797d22f..958f5a69739b6aa96d6b1080dda9062475663684 100644 (file)
@@ -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"