Reduce coupling to date.h by calling C++17 chrono functions

This commit is contained in:
Howard Hinnant
2021-02-18 14:09:49 -05:00
committed by manojsdoshi
parent 64e4a89470
commit 9932a19139
15 changed files with 34 additions and 48 deletions

View File

@@ -32,8 +32,6 @@
#include <ripple/protocol/messages.h>
#include <boost/regex.hpp>
#include <date/date.h>
#include <cmath>
#include <mutex>
#include <numeric>