diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-08 15:47:58 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-08 15:47:58 +0200 |
commit | 214ddee2f5e3dc1c8d180a51ac3f8f9dae46cbc8 (patch) | |
tree | aa613abe62a47fdc868655a88f07c75deca1539c /src/SongPrint.cxx | |
parent | 973c87b351b31961a51b6ea9afc4bea0872565ad (diff) |
util/Time*: move to time/
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index e2e7680f4..6299cc556 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -27,7 +27,7 @@ #include "TagPrint.hxx" #include "client/Response.hxx" #include "fs/Traits.hxx" -#include "util/ChronoUtil.hxx" +#include "time/ChronoUtil.hxx" #include "util/UriUtil.hxx" #define SONG_FILE "file: " |