From d0c6311e9c9547a9ee10310edf0c47230e15ccbb Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sat, 8 Apr 2023 14:05:46 +0200 Subject: Replace util and perf with toolbox counterparts --- gpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpu.c') diff --git a/gpu.c b/gpu.c index 4d32f76..6aa07b0 100644 --- a/gpu.c +++ b/gpu.c @@ -36,8 +36,9 @@ #include #endif // USE_EGL_MESA_PLATFORM_SURFACELESS -#include "util.h" +#include "toolbox/utils.h" +#define _(...) __VA_ARGS__ #define LOOKUP_FUNCTION(a, b) \ gpu_context->b = (a)eglGetProcAddress(#b); \ if (!gpu_context->b) { \ -- cgit v1.2.3