diff options
author | Erik Faye-Lund <[email protected]> | 2020-02-19 12:51:08 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-24 23:07:57 +0000 |
commit | 5f0b984cb8fd424facc7b245e4649b38f4815e3c (patch) | |
tree | 9ea71afdd90ef37c7905012580a7c0b854c376d5 /src/gallium/state_trackers/wgl/stw_device.c | |
parent | 31a781578522d44e6832893270a7902b001a827d (diff) |
util: move debug_memory_{begin,end} to os_memory_debug.h
This is where the other debug_memory_* functions are declared, so let's
move it here for symmetry.
This allows us to drop an include of u_debug_gallium.h, which makes us
depend on gallium-headers in non-gallium code.
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3901>
Diffstat (limited to 'src/gallium/state_trackers/wgl/stw_device.c')
-rw-r--r-- | src/gallium/state_trackers/wgl/stw_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/stw_device.c b/src/gallium/state_trackers/wgl/stw_device.c index f1b1dfd9a14..d88b37f7225 100644 --- a/src/gallium/state_trackers/wgl/stw_device.c +++ b/src/gallium/state_trackers/wgl/stw_device.c @@ -29,7 +29,6 @@ #include "glapi/glapi.h" #include "util/u_debug.h" -#include "util/u_debug_gallium.h" #include "util/u_math.h" #include "util/u_memory.h" #include "pipe/p_screen.h" |