util/Time*: move to time/

This commit is contained in:
Max Kellermann
2019-05-08 15:47:58 +02:00
parent 0cf90ee8b6
commit e9af692973
29 changed files with 42 additions and 29 deletions

View File

@@ -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>

View File

@@ -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>