From d0c6311e9c9547a9ee10310edf0c47230e15ccbb Mon Sep 17 00:00:00 2001 From: Mikhail Burakov <mburakov@mailbox.org> Date: Sat, 8 Apr 2023 14:05:46 +0200 Subject: Replace util and perf with toolbox counterparts --- capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index c1b64b6..b5ae8fc 100644 --- a/capture.c +++ b/capture.c @@ -27,7 +27,7 @@ #include <xf86drmMode.h> #include "gpu.h" -#include "util.h" +#include "toolbox/utils.h" struct CaptureContext { struct GpuContext* gpu_context; -- cgit v1.2.3