mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 16:50:13 +01:00
GLX: Include glapi.h before glapitable.h
A previous commit (2dbc515a66) change
some of the interdependencies between these two header files. Now
glapi.h must be included before glapitable.h.
This commit is contained in:
parent
2dd0c16f21
commit
63cca2ba10
1 changed files with 1 additions and 1 deletions
|
|
@ -89,8 +89,8 @@ class PrintGlxDispatchFunctions(glX_proto_common.glx_print_proto):
|
|||
print '#include "glxbyteorder.h"'
|
||||
print '#include "indirect_util.h"'
|
||||
print '#include "singlesize.h"'
|
||||
print '#include "glapitable.h"'
|
||||
print '#include "glapi.h"'
|
||||
print '#include "glapitable.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include "dispatch.h"'
|
||||
print ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue