Removed unneeded date/chrono header includes

This commit is contained in:
AdenKoperczak 2024-09-27 11:55:20 -04:00
parent 7c15a8272b
commit 1b79c37fd2
3 changed files with 0 additions and 14 deletions

View file

@ -17,10 +17,6 @@
#include <boost/timer/timer.hpp>
#include <fmt/format.h>
#if (__cpp_lib_chrono < 201907L)
# include <date/date.h>
#endif
namespace scwx
{
namespace qt