summaryrefslogtreecommitdiff
path: root/intel/mm.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-04-05 15:51:59 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-28 11:19:15 +0100
commit42465feb9759ef5a6d79d7e628510cd0a081f913 (patch)
tree723eef6fd35213dd1766df5ac6eaa2e1e7a73042 /intel/mm.c
parenta814f933bf9fb25cf7b3cf82c69ba07ed2a686d0 (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/mm.c')
-rw-r--r--intel/mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intel/mm.c b/intel/mm.c
index 9c676601..954e9dcb 100644
--- a/intel/mm.c
+++ b/intel/mm.c
@@ -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)