panfrost: Redirect cmdstream includes through GenXML
[mesa.git] / src / panfrost / lib / pan_pool.h
index 14593eabd4380f08c6277fd75a8fdededb0c310b..c4668af57feec72d75312c4d73aaafeb20e0b44d 100644 (file)
@@ -26,7 +26,7 @@
 #define __PAN_POOL_H__
 
 #include <stddef.h>
-#include <panfrost-job.h>
+#include <midgard_pack.h>
 
 /* Represents a pool of memory that can only grow, used to allocate objects
  * with the same lifetime as the pool itself. In OpenGL, a pool is owned by the