diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-05 15:51:59 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-28 11:19:15 +0100 |
commit | 42465feb9759ef5a6d79d7e628510cd0a081f913 (patch) | |
tree | 723eef6fd35213dd1766df5ac6eaa2e1e7a73042 /nouveau | |
parent | a814f933bf9fb25cf7b3cf82c69ba07ed2a686d0 (diff) |
drm: rename libdrm{,_macros}.h
Provide a more meaningful name, considering what it does.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'nouveau')
-rw-r--r-- | nouveau/nouveau.c | 2 | ||||
-rw-r--r-- | nouveau/private.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <xf86drm.h> #include <xf86atomic.h> -#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 <libdrm.h> +#include <libdrm_macros.h> #include <xf86drm.h> #include <xf86atomic.h> #include <pthread.h> |