mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
prefix some #includes
This commit is contained in:
parent
6f467e5737
commit
5dcc894ea2
1 changed files with 5 additions and 5 deletions
|
|
@ -40,9 +40,9 @@
|
|||
#ifndef GLX_USE_APPLEGL
|
||||
|
||||
#include "glheader.h"
|
||||
#include "glapi.h"
|
||||
#include "glapitable.h"
|
||||
#include "glthread.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glapi/glapitable.h"
|
||||
#include "glapi/glthread.h"
|
||||
|
||||
|
||||
#if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM))
|
||||
|
|
@ -87,8 +87,8 @@
|
|||
#define GLAPIENTRY
|
||||
#endif
|
||||
|
||||
#include "dispatch.h"
|
||||
#include "glapitemp.h"
|
||||
#include "glapi/dispatch.h"
|
||||
#include "glapi/glapitemp.h"
|
||||
|
||||
#endif /* USE_X86_ASM */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue