mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Use more consistent include guard names
This commit is contained in:
parent
06ae9e7c9f
commit
427bdb5b55
48 changed files with 128 additions and 96 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef WLR_DRM_UTIL_H
|
||||
#define WLR_DRM_UTIL_H
|
||||
#ifndef BACKEND_DRM_UTIL_H
|
||||
#define BACKEND_DRM_UTIL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <xf86drm.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue