From 42465feb9759ef5a6d79d7e628510cd0a081f913 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 5 Apr 2015 15:51:59 +0100 Subject: drm: rename libdrm{,_macros}.h Provide a more meaningful name, considering what it does. Signed-off-by: Emil Velikov --- nouveau/nouveau.c | 2 +- nouveau/private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nouveau') diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index 5c8a0ec5..9d12091a 100644 --- a/nouveau/nouveau.c +++ b/nouveau/nouveau.c @@ -37,7 +37,7 @@ #include #include -#include "libdrm.h" +#include "libdrm_macros.h" #include "libdrm_lists.h" #include "nouveau_drm.h" diff --git a/nouveau/private.h b/nouveau/private.h index 74d604e8..e9439f30 100644 --- a/nouveau/private.h +++ b/nouveau/private.h @@ -1,7 +1,7 @@ #ifndef __NOUVEAU_LIBDRM_PRIVATE_H__ #define __NOUVEAU_LIBDRM_PRIVATE_H__ -#include +#include #include #include #include -- cgit v1.2.3