summaryrefslogtreecommitdiff
path: root/test/hints_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-10 00:47:30 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-10 00:47:30 +0100
commitda38c8a0156808595be0aae1b1490069a663fb78 (patch)
tree27503d03848a16b4a437cacdad03e6872cd726f5 /test/hints_test.cc
parentd27598b1dcddd84fc0063dd1b67deabe164dc310 (diff)
Extract constants.h
Diffstat (limited to 'test/hints_test.cc')
-rw-r--r--test/hints_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hints_test.cc b/test/hints_test.cc
index ce7e87b9c..42c1c7cda 100644
--- a/test/hints_test.cc
+++ b/test/hints_test.cc
@@ -21,6 +21,7 @@
#include "lib/audio_content.h"
#include "lib/config.h"
+#include "lib/constants.h"
#include "lib/content.h"
#include "lib/content_factory.h"
#include "lib/cross.h"
@@ -28,7 +29,6 @@
#include "lib/font.h"
#include "lib/hints.h"
#include "lib/text_content.h"
-#include "lib/util.h"
#include "test.h"
#include <boost/test/unit_test.hpp>