From: Emil Velikov <[email protected]> Cc: Daniel Stone <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- src/egl/wayland/wayland-egl/wayland-egl-abi-check.c | 6 +++--- 1 file changed, 3 insertions(+), 3 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 66688642c7b..62c51a22605 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c +++ b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c @@ -20,10 +20,10 @@ * DEALINGS IN THE SOFTWARE. */ -#include <stddef.h> // offsetof -#include <stdio.h> // printf +#include <stddef.h> /* offsetof */ +#include <stdio.h> /* printf */ -#include "wayland-egl-backend.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. -- 2.14.1 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
