util/Time*: move to time/
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
#include "Format.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "ParseName.hxx"
|
||||
#include "time/Convert.hxx"
|
||||
#include "util/format.h"
|
||||
#include "util/TruncateString.hxx"
|
||||
#include "util/TimeConvert.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ tag = static_library(
|
||||
tag_dep = declare_dependency(
|
||||
link_with: tag,
|
||||
dependencies: [
|
||||
time_dep,
|
||||
util_dep,
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user