Fix some include guard names in interfaces/

master
emersion 7 years ago
parent 427bdb5b55
commit 4809b7b3e4
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -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…
Cancel
Save