mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix some include guard names in interfaces/
This commit is contained in:
parent
427bdb5b55
commit
4809b7b3e4
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue