mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:00:05 +00:00
Removed unneeded date/chrono header includes
This commit is contained in:
parent
7c15a8272b
commit
1b79c37fd2
3 changed files with 0 additions and 14 deletions
|
|
@ -52,10 +52,6 @@
|
|||
#include <QTimer>
|
||||
#include <QToolButton>
|
||||
|
||||
#if (__cpp_lib_chrono < 201907L)
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
#include <scwx/util/logger.hpp>
|
||||
#include <scwx/util/time.hpp>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(push, 0)
|
||||
#endif
|
||||
|
|
@ -22,10 +20,6 @@
|
|||
#include <QGuiApplication>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#if (__cpp_lib_chrono < 201907L)
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue