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 /intel | |
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 'intel')
-rw-r--r-- | intel/intel_bufmgr.c | 2 | ||||
-rw-r--r-- | intel/intel_bufmgr_fake.c | 2 | ||||
-rw-r--r-- | intel/intel_bufmgr_gem.c | 2 | ||||
-rw-r--r-- | intel/intel_decode.c | 2 | ||||
-rw-r--r-- | intel/mm.c | 2 | ||||
-rw-r--r-- | intel/mm.h | 2 | ||||
-rw-r--r-- | intel/test_decode.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/intel/intel_bufmgr.c b/intel/intel_bufmgr.c index 234cd13e..a95771d7 100644 --- a/intel/intel_bufmgr.c +++ b/intel/intel_bufmgr.c @@ -37,7 +37,7 @@ #include <drm.h> #include <i915_drm.h> #include <pciaccess.h> -#include "libdrm.h" +#include "libdrm_macros.h" #include "intel_bufmgr.h" #include "intel_bufmgr_priv.h" #include "xf86drm.h" diff --git a/intel/intel_bufmgr_fake.c b/intel/intel_bufmgr_fake.c index c4828faa..d0c2d748 100644 --- a/intel/intel_bufmgr_fake.c +++ b/intel/intel_bufmgr_fake.c @@ -49,7 +49,7 @@ #include "drm.h" #include "i915_drm.h" #include "mm.h" -#include "libdrm.h" +#include "libdrm_macros.h" #include "libdrm_lists.h" /* Support gcc's __FUNCTION__ for people using other compilers */ diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index f5d6130d..55cd4ed9 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -56,7 +56,7 @@ #ifndef ETIME #define ETIME ETIMEDOUT #endif -#include "libdrm.h" +#include "libdrm_macros.h" #include "libdrm_lists.h" #include "intel_bufmgr.h" #include "intel_bufmgr_priv.h" diff --git a/intel/intel_decode.c b/intel/intel_decode.c index 7d5cbe5a..87597605 100644 --- a/intel/intel_decode.c +++ b/intel/intel_decode.c @@ -33,7 +33,7 @@ #include <stdarg.h> #include <string.h> -#include "libdrm.h" +#include "libdrm_macros.h" #include "xf86drm.h" #include "intel_chipset.h" #include "intel_bufmgr.h" @@ -30,7 +30,7 @@ #include <assert.h> #include "xf86drm.h" -#include "libdrm.h" +#include "libdrm_macros.h" #include "mm.h" drm_private void mmDumpMemInfo(const struct mem_block *heap) @@ -33,7 +33,7 @@ #include "config.h" #endif -#include "libdrm.h" +#include "libdrm_macros.h" struct mem_block { struct mem_block *next, *prev; diff --git a/intel/test_decode.c b/intel/test_decode.c index 93f47efc..bef86bb9 100644 --- a/intel/test_decode.c +++ b/intel/test_decode.c @@ -34,7 +34,7 @@ #include <sys/stat.h> #include <err.h> -#include "libdrm.h" +#include "libdrm_macros.h" #include "intel_bufmgr.h" #include "intel_chipset.h" |