Mesa (master): gallium/util: remove p_format.h from u_debug.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 30 21:59:22 UTC 2018


Module: Mesa
Branch: master
Commit: 59d494c1ccc981921a2341451016cb4e082480e4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59d494c1ccc981921a2341451016cb4e082480e4

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Wed Sep 26 10:50:35 2018 -0700

gallium/util: remove p_format.h from u_debug.h

Tested-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/auxiliary/tgsi/tgsi_ureg.h | 1 +
 src/gallium/auxiliary/util/u_debug.h   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.h b/src/gallium/auxiliary/tgsi/tgsi_ureg.h
index c974ed0206..f23e3fa98f 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 05ee08d921..bd946e6b01 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -46,7 +46,6 @@
 #include <OS.h>
 #endif
 
-#include "pipe/p_format.h"
 #include "pipe/p_defines.h"
 
 




More information about the mesa-commit mailing list