From 8eb951b71fa90e54c8da64e54cf5ddf6bf0809cf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jan 2022 22:30:52 +0100 Subject: Cleanup: move some methods from util to memory_util. --- src/lib/image.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/image.cc') diff --git a/src/lib/image.cc b/src/lib/image.cc index 297578866..19b3ea5a8 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -30,9 +30,9 @@ #include "exceptions.h" #include "image.h" #include "maths_util.h" +#include "memory_util.h" #include "rect.h" #include "timer.h" -#include "util.h" #include "warnings.h" #include #include -- cgit v1.2.3