From 0f8b0c04eba55b023e430bd2fec03000bd4c986e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 28 Sep 2017 18:22:22 +0100 Subject: [PATCH] wayland-egl: use C99 comments Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone Reviewed-by: Miguel A. Vico --- 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 6668864..62c51a2 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 // offsetof -#include // printf +#include /* offsetof */ +#include /* 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.7.4