mesa: Move src/mesa/glapi/dispatch.h to mesa.

glapi/dispatch.h is a core Mesa header file.  Move the header file to
main/ to make this clear.  It also becomes clear after this change that
IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
This commit is contained in:
Chia-I Wu
2010-02-24 12:01:14 +08:00
parent 27d260b410
commit 2cf44390d1
32 changed files with 32 additions and 32 deletions

View File

@@ -48,7 +48,7 @@
#endif
#include "arrayobj.h"
#include "macros.h"
#include "glapi/dispatch.h"
#include "main/dispatch.h"
/**