summaryrefslogtreecommitdiff
path: root/drm-legacy.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 15:22:41 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 15:36:27 +0000
commitd54d937c9d3c20a0d7f366a46292794bddba892e (patch)
tree4794fb1ababbe527f3917ffc640d3c91b058da94 /drm-legacy.c
parentce6134594deac42be154f27380af49b777a8669f (diff)
downloadkmscube-d54d937c9d3c20a0d7f366a46292794bddba892e.tar.gz
Rename drm.[ch] to drm-common.[ch]
Depending on the moon cycle and other factors we might end up including the local or libdrm version of drm.h. Simply rename the files to make it distinct and easy to track and manage. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'drm-legacy.c')
-rw-r--r--drm-legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm-legacy.c b/drm-legacy.c
index 29d5f3c..2392a3d 100644
--- a/drm-legacy.c
+++ b/drm-legacy.c
@@ -26,7 +26,7 @@
#include <string.h>
#include "common.h"
-#include "drm.h"
+#include "drm-common.h"
static struct drm drm;