mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
gallium/util: remove p_format.h from u_debug.h
Tested-by: Brian Paul <brianp@vmware.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
314777e86a
commit
59d494c1cc
2 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
#include <OS.h>
|
||||
#endif
|
||||
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue