From: Dylan Baker Date: Wed, 26 Sep 2018 17:50:35 +0000 (-0700) Subject: gallium/util: remove p_format.h from u_debug.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59d494c1ccc981921a2341451016cb4e082480e4;p=mesa.git gallium/util: remove p_format.h from u_debug.h Tested-by: Brian Paul Reviewed-by: Marek Olšák --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.h b/src/gallium/auxiliary/tgsi/tgsi_ureg.h index c974ed02069..f23e3fa98f8 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.h +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.h @@ -28,6 +28,7 @@ #ifndef TGSI_UREG_H #define TGSI_UREG_H +#include "pipe/p_format.h" #include "pipe/p_compiler.h" #include "pipe/p_shader_tokens.h" #include "util/u_debug.h" diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index 05ee08d9214..bd946e6b01d 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -46,7 +46,6 @@ #include #endif -#include "pipe/p_format.h" #include "pipe/p_defines.h"