aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
committeremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
commit427bdb5b558b995e556ed3e708dfbe91f257d091 (patch)
treebe4e8e28bd3b73413a8a5bc684914a868fbe33fe /include/backend/drm.h
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
Use more consistent include guard names
Diffstat (limited to 'include/backend/drm.h')
-rw-r--r--include/backend/drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/drm.h b/include/backend/drm.h
index 342a980c..122d49ef 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm.h
@@ -1,5 +1,5 @@
-#ifndef DRM_BACKEND_H
-#define DRM_BACKEND_H
+#ifndef BACKEND_DRM_H
+#define BACKEND_DRM_H
#include <stdbool.h>
#include <stddef.h>