mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
rusticl: stop using system headers for CL and GL
Cc: mesa-stable Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32821>
This commit is contained in:
parent
ccfeda77bd
commit
f75ba4f9e3
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include <CL/cl_icd.h>
|
||||
#include <GL/gl.h>
|
||||
#include <EGL/egl.h>
|
||||
#include "CL/cl_icd.h"
|
||||
#include "GL/gl.h"
|
||||
#include "EGL/egl.h"
|
||||
#ifdef HAVE_X11_PLATFORM
|
||||
#include <GL/glx.h>
|
||||
#include "GL/glx.h"
|
||||
#endif
|
||||
#include "GL/mesa_glinterop.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue