Fix some include guard names in interfaces/
This commit is contained in:
parent
427bdb5b55
commit
4809b7b3e4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue