freedreno: Drop an unnecessary include marked "this should go away"
authorEric Anholt <eric@anholt.net>
Mon, 23 Mar 2020 21:19:48 +0000 (14:19 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 31 Mar 2020 21:20:11 +0000 (21:20 +0000)
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>

src/gallium/drivers/freedreno/freedreno_screen.c

index 47222b258dc023a6e96f87f3e32131e612c5ab33..a0abeb1a7b41c64ad635daae4b039eabfb64ecd9 100644 (file)
@@ -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)"},