diff options
Diffstat (limited to 'src/egl/wayland/wayland-egl/wayland-egl-abi-check.c')
-rw-r--r-- | src/egl/wayland/wayland-egl/wayland-egl-abi-check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c index 4ea38542a38..66688642c7b 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c +++ b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c @@ -23,7 +23,7 @@ #include <stddef.h> // offsetof #include <stdio.h> // printf -#include "wayland-egl-priv.h" // Current struct wl_egl_window implementation +#include "wayland-egl-backend.h" // Current struct wl_egl_window implementation /* * Following are previous implementations of wl_egl_window. @@ -100,7 +100,7 @@ struct wl_egl_window_v3 { /* This program checks we keep a backwards-compatible struct wl_egl_window - * definition whenever it is modified in wayland-egl-priv.h. + * definition whenever it is modified in wayland-egl-backend.h. * * The previous definition should be added above as a new struct * wl_egl_window_vN, and the appropriate checks should be added below |