summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-06-08 21:51:41 +0800
committerChia-I Wu <olv@lunarg.com>2011-06-08 23:18:57 +0800
commit0dc45374f2c62e33680f3a5729a18ba9ee40cd4d (patch)
tree8dd4acb43452426b362f1f80f259e2be8453de10 /src/mesa/main/dlist.c
parentfed482f5e30ea6b230ed20982551b340570dc3e9 (diff)
downloadexternal_mesa3d-0dc45374f2c62e33680f3a5729a18ba9ee40cd4d.zip
external_mesa3d-0dc45374f2c62e33680f3a5729a18ba9ee40cd4d.tar.gz
external_mesa3d-0dc45374f2c62e33680f3a5729a18ba9ee40cd4d.tar.bz2
mesa: fix function remapping for dlist
glapidispatch.h should not be included directly. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36282
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c1
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"