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 <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3901>
This commit is contained in:
committed by
Marge Bot
parent
31a7815785
commit
5f0b984cb8
@@ -39,7 +39,6 @@
|
||||
#include "os/os_thread.h"
|
||||
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_debug_gallium.h"
|
||||
#include "util/u_debug_stack.h"
|
||||
#include "util/list.h"
|
||||
#include "util/os_memory.h"
|
||||
|
||||
Reference in New Issue
Block a user