diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-client.h | 4 | ||||
| -rw-r--r-- | src/wayland-egl.h | 4 | ||||
| -rw-r--r-- | src/wayland-server.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h index cf92174..43ba3fc 100644 --- a/src/wayland-client.h +++ b/src/wayland-client.h @@ -20,8 +20,8 @@ * OF THIS SOFTWARE. */ -#ifndef _WAYLAND_CLIENT_H -#define _WAYLAND_CLIENT_H +#ifndef WAYLAND_CLIENT_H +#define WAYLAND_CLIENT_H #include "wayland-util.h" #include "wayland-version.h" diff --git a/src/wayland-egl.h b/src/wayland-egl.h index 8255151..c40280b 100644 --- a/src/wayland-egl.h +++ b/src/wayland-egl.h @@ -21,8 +21,8 @@ * OF THIS SOFTWARE. */ -#ifndef _WAYLAND_EGL_H -#define _WAYLAND_EGL_H +#ifndef WAYLAND_EGL_H +#define WAYLAND_EGL_H #ifdef __cplusplus extern "C" { diff --git a/src/wayland-server.h b/src/wayland-server.h index c93987d..36c9a15 100644 --- a/src/wayland-server.h +++ b/src/wayland-server.h @@ -20,8 +20,8 @@ * OF THIS SOFTWARE. */ -#ifndef WAYLAND_H -#define WAYLAND_H +#ifndef WAYLAND_SERVER_H +#define WAYLAND_SERVER_H #ifdef __cplusplus extern "C" { |
