Mesa (master): pan/decode: Remove mesa header dependencies

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 14:18:29 UTC 2021


Module: Mesa
Branch: master
Commit: a00db92e4908bd63d264aa5f793a78f6727053cb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a00db92e4908bd63d264aa5f793a78f6727053cb

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Mon Jan 18 13:12:51 2021 -0500

pan/decode: Remove mesa header dependencies

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8829>

---

 src/panfrost/lib/decode.c | 2 --
 src/panfrost/lib/decode.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/panfrost/lib/decode.c b/src/panfrost/lib/decode.c
index 3381a6dd1ff..b5a6d13373a 100644
--- a/src/panfrost/lib/decode.c
+++ b/src/panfrost/lib/decode.c
@@ -31,8 +31,6 @@
 #include <stdarg.h>
 #include <ctype.h>
 #include "decode.h"
-#include "util/macros.h"
-#include "util/u_math.h"
 
 #include "midgard/disassemble.h"
 #include "bifrost/disassemble.h"
diff --git a/src/panfrost/lib/decode.h b/src/panfrost/lib/decode.h
index cd59e17811b..cc783775b76 100644
--- a/src/panfrost/lib/decode.h
+++ b/src/panfrost/lib/decode.h
@@ -27,7 +27,6 @@
 #define __PAN_DECODE_H__
 
 #include "wrap.h"
-#include "util/list.h"
 
 extern FILE *pandecode_dump_stream;
 



More information about the mesa-commit mailing list