diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:30:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-25 19:44:56 +0100 |
| commit | 9c8d2ed2e112596f7bb970d20f9240ec4519ec3e (patch) | |
| tree | 17a3572aea8c28bc48af0c25055408336090e988 /src/lib/image.cc | |
| parent | f471db4e8dc7f3dd1eb7a9cf4d8d11e7d340df65 (diff) | |
Cleanup: move some methods from util to memory_util
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 20aece3e8..7962802de 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 <dcp/rgb_xyz.h> #include <dcp/transfer_function.h> |
