Remove unnecessary #include <time.h> from log.cpp

This header is already included from wx/log.h.
This commit is contained in:
Vadim Zeitlin
2021-01-13 18:45:44 +01:00
parent 1527927643
commit 9730bd2942

View File

@@ -49,8 +49,6 @@
#include <stdlib.h>
#include <time.h>
#if defined(__WINDOWS__)
#include "wx/msw/private.h" // includes windows.h
#endif