summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-11-06 19:53:28 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-11 17:20:16 +0000
commiteaf43966027cf9654e91ca57aecc8f5a65b58f49 (patch)
tree8e7ec1da9aa34c2751aae2b1b866bf9dd87d50f9 /include
parent69244fc72a89b04915e3b81a877f3eaf2e5ec078 (diff)
egl: move #include of local headers out of Khronos headers
Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/EGL/eglext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h
index 02dd7719161..04facdfbce6 100644
--- a/include/EGL/eglext.h
+++ b/include/EGL/eglext.h
@@ -1373,9 +1373,6 @@ EGLAPI EGLBoolean EGLAPIENTRY eglImageInvalidateExternalEXT (EGLDisplay dpy, EGL
#endif
#endif /* EGL_EXT_image_flush_external */
-#include <EGL/eglmesaext.h>
-#include <EGL/eglextchromium.h>
-
#ifdef __cplusplus
}
#endif