diff options
author | Dylan Baker <[email protected]> | 2018-09-26 10:50:35 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-30 14:32:52 -0700 |
commit | 59d494c1ccc981921a2341451016cb4e082480e4 (patch) | |
tree | 6e88b694dd71e05e413fc5dfe75b77ef5096c165 /src/gallium/auxiliary/util | |
parent | 314777e86ae71d1397de229cfcdcb15a3f668f2d (diff) |
gallium/util: remove p_format.h from u_debug.h
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <OS.h> #endif -#include "pipe/p_format.h" #include "pipe/p_defines.h" |