aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/util
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-25 08:29:35 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-25 08:29:51 -0400
commitf4387b437f6fc9dce864f5aa639bf1f5ddd98043 (patch)
tree28a81b62a662ac53837946c4ab05cc5cb4a3c5b8 /include/wlr/util
parent61e451ea1b36435341d02ae34548bd0ea3abdd57 (diff)
parent2330a6864373206a1359ec88bad2a8a714205e71 (diff)
Merge branch 'master' into rootston
Diffstat (limited to 'include/wlr/util')
-rw-r--r--include/wlr/util/list.h4
-rw-r--r--include/wlr/util/log.h5
2 files changed, 5 insertions, 4 deletions
diff --git a/include/wlr/util/list.h b/include/wlr/util/list.h
index 6e746ec4..02039d89 100644
--- a/include/wlr/util/list.h
+++ b/include/wlr/util/list.h
@@ -1,5 +1,5 @@
-#ifndef _WLR_UTIL_LIST_H
-#define _WLR_UTIL_LIST_H
+#ifndef WLR_UTIL_LIST_H
+#define WLR_UTIL_LIST_H
#include <stddef.h>
diff --git a/include/wlr/util/log.h b/include/wlr/util/log.h
index 2acaa2ed..3de2cacf 100644
--- a/include/wlr/util/log.h
+++ b/include/wlr/util/log.h
@@ -1,5 +1,6 @@
-#ifndef _WLR_UTIL_LOG_H
-#define _WLR_UTIL_LOG_H
+#ifndef WLR_UTIL_LOG_H
+#define WLR_UTIL_LOG_H
+
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>