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 /tegra/private.h | |
parent | a814f933bf9fb25cf7b3cf82c69ba07ed2a686d0 (diff) | |
download | libdrm-42465feb9759ef5a6d79d7e628510cd0a081f913.tar.gz libdrm-42465feb9759ef5a6d79d7e628510cd0a081f913.tar.bz2 libdrm-42465feb9759ef5a6d79d7e628510cd0a081f913.zip |
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 'tegra/private.h')
-rw-r--r-- | tegra/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra/private.h b/tegra/private.h index 9b6bc939..bb6c1a51 100644 --- a/tegra/private.h +++ b/tegra/private.h @@ -28,7 +28,7 @@ #include <stdbool.h> #include <stdint.h> -#include <libdrm.h> +#include <libdrm_macros.h> #include <xf86atomic.h> #include "tegra.h" |