aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-23 07:27:30 -0400
committerGitHub <noreply@github.com>2017-09-23 07:27:30 -0400
commit02988e95e58a9d6fbf5b62225529b225e4bd540f (patch)
treef63b612062d9c3d458e2ccedb6b20c31c232114f /include/wlr/xwayland.h
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
parent4809b7b3e44e8e3ce6a5cc38294f5796baec8166 (diff)
Merge pull request #157 from emersion/include-guards-names
Use more consistent include guard names
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index a0fb34ce..41b8042f 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -1,5 +1,6 @@
-#ifndef _WLR_XWAYLAND_H
-#define _WLR_XWAYLAND_H
+#ifndef WLR_XWAYLAND_H
+#define WLR_XWAYLAND_H
+
#include <time.h>
#include <stdbool.h>
#include <wlr/types/wlr_compositor.h>