diff options
author | Chia-I Wu <[email protected]> | 2011-06-08 21:51:41 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-06-08 23:18:57 +0800 |
commit | 0dc45374f2c62e33680f3a5729a18ba9ee40cd4d (patch) | |
tree | 8dd4acb43452426b362f1f80f259e2be8453de10 /src/mesa/main/dlist.c | |
parent | fed482f5e30ea6b230ed20982551b340570dc3e9 (diff) |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |