diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:26:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-25 19:44:56 +0100 |
| commit | 07befde2cbbad4d979631727fc35399164d0aa1c (patch) | |
| tree | fbc537ff6789d8aabe71e69b4055daf302527cd1 /src/lib/hints.cc | |
| parent | dadde92543ee5039d2dc869c698fcde7ffac5f4b (diff) | |
Cleanup: move some methods from util to maths_util.
Diffstat (limited to 'src/lib/hints.cc')
| -rw-r--r-- | src/lib/hints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc index 40b51e817..5523c96d5 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -30,11 +30,11 @@ #include "font.h" #include "font_data.h" #include "hints.h" +#include "maths_util.h" #include "player.h" #include "ratio.h" #include "text_content.h" #include "types.h" -#include "util.h" #include "video_content.h" #include "writer.h" #include <dcp/cpl.h> |
