summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-08 15:47:58 +0200
committerMax Kellermann <max@musicpd.org>2019-12-16 23:02:14 +0100
commite9af692973a5db95ac1b07f430fd801c0c07dac9 (patch)
tree6c0a70be8aaddc7993738cd346b38201a101c99c /test
parent0cf90ee8b668ddadb7206de397070904c9437b8a (diff)
util/Time*: move to time/
Diffstat (limited to 'test')
-rw-r--r--test/run_storage.cxx2
-rw-r--r--test/test_translate_song.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/run_storage.cxx b/test/run_storage.cxx
index 562b6d1e1..9db2215f4 100644
--- a/test/run_storage.cxx
+++ b/test/run_storage.cxx
@@ -22,7 +22,7 @@
#include "storage/StorageInterface.hxx"
#include "storage/FileInfo.hxx"
#include "net/Init.hxx"
-#include "util/ChronoUtil.hxx"
+#include "time/ChronoUtil.hxx"
#include "util/PrintException.hxx"
#include <memory>
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx
index cac712785..8c2b41ebb 100644
--- a/test/test_translate_song.cxx
+++ b/test/test_translate_song.cxx
@@ -17,7 +17,7 @@
#include "storage/StorageInterface.hxx"
#include "storage/plugins/LocalStorage.hxx"
#include "Mapper.hxx"
-#include "util/ChronoUtil.hxx"
+#include "time/ChronoUtil.hxx"
#include <gtest/gtest.h>