diff --git a/src/panfrost/lib/decode.c b/src/panfrost/lib/decode.c index 196a00436b0..d0da64ba08b 100644 --- a/src/panfrost/lib/decode.c +++ b/src/panfrost/lib/decode.c @@ -37,8 +37,6 @@ #include "midgard/disassemble.h" #include "bifrost/disassemble.h" -#include "pan_encoder.h" - #define MEMORY_PROP(obj, p) {\ if (obj->p) { \ char *a = pointer_as_memory_reference(obj->p); \