Fix some include guard names in interfaces/

This commit is contained in:
emersion 2017-09-23 13:10:10 +02:00
parent 427bdb5b55
commit 4809b7b3e4
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#ifndef WLR_INTERFACE_WLR_KEYBOARD_H
#define WLR_INTERFACE_WLR_KEYBOARD_H
#ifndef WLR_INTERFACES_WLR_KEYBOARD_H
#define WLR_INTERFACES_WLR_KEYBOARD_H
#include <wlr/types/wlr_keyboard.h>
#include <stdint.h>

View File

@ -1,5 +1,5 @@
#ifndef WLR_INTERFACE_WLR_OUTPUT_H
#define WLR_INTERFACE_WLR_OUTPUT_H
#ifndef WLR_INTERFACES_WLR_OUTPUT_H
#define WLR_INTERFACES_WLR_OUTPUT_H
#include <wlr/types/wlr_output.h>
#include <stdbool.h>