panfrost: Inline panfrost-misc.h into panfrost-job.h
[mesa.git] / src / panfrost / encoder / pan_pool.h
index a619bd5e6ccac13191fbed2cb75d37523212d708..14593eabd4380f08c6277fd75a8fdededb0c310b 100644 (file)
@@ -26,7 +26,7 @@
 #define __PAN_POOL_H__
 
 #include <stddef.h>
-#include <panfrost-misc.h>
+#include <panfrost-job.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