From: Chia-I Wu Date: Wed, 8 Jun 2011 13:51:41 +0000 (+0800) Subject: mesa: fix function remapping for dlist X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dc45374f2c62e33680f3a5729a18ba9ee40cd4d;p=mesa.git mesa: fix function remapping for dlist glapidispatch.h should not be included directly. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36282 --- diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index c23593bc30d..958f5a69739 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"