gallium: move filter assignment out of loop
[mesa.git] / src / gallium / auxiliary / pipebuffer / pb_bufmgr_pool.c
index beb145b7cbeb242eeed131c6e6cacb2d857086b1..528e9528f6c8880d11247a717c9251598e25fe97 100644 (file)
  */
 
 
-#include "linked_list.h"
-
 #include "pipe/p_compiler.h"
 #include "pipe/p_debug.h"
 #include "pipe/p_thread.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_util.h"
+#include "util/u_double_list.h"
 
 #include "pb_buffer.h"
 #include "pb_bufmgr.h"