projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed482f
)
mesa: fix function remapping for dlist
author
Chia-I Wu
<olv@lunarg.com>
Wed, 8 Jun 2011 13:51:41 +0000
(21:51 +0800)
committer
Chia-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
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index c23593bc30daf4275a475dad380035005797d22f..958f5a69739b6aa96d6b1080dda9062475663684 100644
(file)
--- 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"