diff options
author | emersion <contact@emersion.fr> | 2017-09-23 10:26:01 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-23 10:26:01 +0200 |
commit | 427bdb5b558b995e556ed3e708dfbe91f257d091 (patch) | |
tree | be4e8e28bd3b73413a8a5bc684914a868fbe33fe /include/wlr/interfaces/wlr_tablet_pad.h | |
parent | 06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff) |
Use more consistent include guard names
Diffstat (limited to 'include/wlr/interfaces/wlr_tablet_pad.h')
-rw-r--r-- | include/wlr/interfaces/wlr_tablet_pad.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/wlr/interfaces/wlr_tablet_pad.h b/include/wlr/interfaces/wlr_tablet_pad.h index 81af3c3f..5ec1e3eb 100644 --- a/include/wlr/interfaces/wlr_tablet_pad.h +++ b/include/wlr/interfaces/wlr_tablet_pad.h @@ -1,5 +1,6 @@ -#ifndef _WLR_INTERFACES_TABLET_PAD_H -#define _WLR_INTERFACES_TABLET_PAD_H +#ifndef WLR_INTERFACES_WLR_TABLET_PAD_H +#define WLR_INTERFACES_WLR_TABLET_PAD_H + #include <wlr/types/wlr_tablet_pad.h> struct wlr_tablet_pad_impl { |