aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-client.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-10-21 14:39:06 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-10-21 14:39:06 -0700
commitdeddea6549af5f9c4f700b0949c2cb6393edb1bb (patch)
tree0c5757943627c9ae727f26a53c48f19a9c00f33e /src/wayland-client.h
parentprotocol: Fix typo in documentation (diff)
downloadwayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar.gz
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar.bz2
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar.lz
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar.xz
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.tar.zst
wayland-deddea6549af5f9c4f700b0949c2cb6393edb1bb.zip
wayland: Be consistent about #include-guard names
We had a mix of inconsistent names, some of which were non-conformant. Standardize on all-uppercase-and-underscore naming convention. https://bugs.freedesktop.org/show_bug.cgi?id=70679
Diffstat (limited to 'src/wayland-client.h')
-rw-r--r--src/wayland-client.h4
1 files changed, 2 insertions, 2 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"