summaryrefslogtreecommitdiff
path: root/src/command/StorageCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-08 15:47:58 +0200
committerMax Kellermann <max@musicpd.org>2019-05-08 15:47:58 +0200
commit214ddee2f5e3dc1c8d180a51ac3f8f9dae46cbc8 (patch)
treeaa613abe62a47fdc868655a88f07c75deca1539c /src/command/StorageCommands.cxx
parent973c87b351b31961a51b6ea9afc4bea0872565ad (diff)
util/Time*: move to time/
Diffstat (limited to 'src/command/StorageCommands.cxx')
-rw-r--r--src/command/StorageCommands.cxx2
1 files changed, 1 insertions, 1 deletions
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"