util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_screen.c
index 1c059104b59e26c47abb6115b88ef81f60ddf8fb..bdf8eaa06984a679aedba8ce30dca0e24723132e 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #include "pipe/p_screen.h"
-#include "util/u_format.h"
+#include "util/format/u_format.h"
 
 #include "fd3_screen.h"
 #include "fd3_context.h"