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