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/command | |
parent | 973c87b351b31961a51b6ea9afc4bea0872565ad (diff) |
util/Time*: move to time/
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/OtherCommands.cxx | 2 | ||||
-rw-r--r-- | src/command/PlaylistCommands.cxx | 2 | ||||
-rw-r--r-- | src/command/StorageCommands.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx index f441c73e0..fe9978b1e 100644 --- a/src/command/OtherCommands.cxx +++ b/src/command/OtherCommands.cxx @@ -35,7 +35,7 @@ #include "decoder/DecoderPrint.hxx" #include "ls.hxx" #include "mixer/Volume.hxx" -#include "util/ChronoUtil.hxx" +#include "time/ChronoUtil.hxx" #include "util/UriUtil.hxx" #include "util/StringAPI.hxx" #include "fs/AllocatedPath.hxx" diff --git a/src/command/PlaylistCommands.cxx b/src/command/PlaylistCommands.cxx index 6704b7b1e..61637fcf7 100644 --- a/src/command/PlaylistCommands.cxx +++ b/src/command/PlaylistCommands.cxx @@ -38,9 +38,9 @@ #include "client/Response.hxx" #include "Mapper.hxx" #include "fs/AllocatedPath.hxx" +#include "time/ChronoUtil.hxx" #include "util/UriUtil.hxx" #include "util/ConstBuffer.hxx" -#include "util/ChronoUtil.hxx" #include "LocateUri.hxx" bool diff --git a/src/command/StorageCommands.cxx b/src/command/StorageCommands.cxx index 2333eca4a..7926b66c3 100644 --- a/src/command/StorageCommands.cxx +++ b/src/command/StorageCommands.cxx @@ -23,8 +23,8 @@ #include "StorageCommands.hxx" #include "Request.hxx" #include "CommandError.hxx" +#include "time/ChronoUtil.hxx" #include "util/UriUtil.hxx" -#include "util/ChronoUtil.hxx" #include "util/ConstBuffer.hxx" #include "fs/Traits.hxx" #include "client/Client.hxx" |