diff options
author | Eric Anholt <[email protected]> | 2020-03-23 14:19:48 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-31 21:20:11 +0000 |
commit | 974b9c57c1efec7b58339f23d0d35bae2c6d9890 (patch) | |
tree | c5aabb41e763f6f3cd072d92e8f471bc6634a667 /src/gallium | |
parent | 127fa5d00c3fbcc23b7f5fea4ab50da061477cba (diff) |
freedreno: Drop an unnecessary include marked "this should go away"
It came in with the initial import, and doesn't seem to be necessary any
more.
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4289>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4289>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_screen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.c b/src/gallium/drivers/freedreno/freedreno_screen.c index 47222b258dc..a0abeb1a7b4 100644 --- a/src/gallium/drivers/freedreno/freedreno_screen.c +++ b/src/gallium/drivers/freedreno/freedreno_screen.c @@ -61,9 +61,6 @@ #include "ir3/ir3_nir.h" #include "a2xx/ir2.h" -/* XXX this should go away */ -#include "state_tracker/drm_driver.h" - static const struct debug_named_value debug_options[] = { {"msgs", FD_DBG_MSGS, "Print debug messages"}, {"disasm", FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly (a2xx only, see IR3_SHADER_DEBUG)"}, |