From 9730bd29422775908e5bae5c889da46d82d10d41 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 13 Jan 2021 18:45:44 +0100 Subject: [PATCH] Remove unnecessary #include from log.cpp This header is already included from wx/log.h. --- src/common/log.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/log.cpp b/src/common/log.cpp index 0084d0033b..15aed7924f 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -49,8 +49,6 @@ #include -#include - #if defined(__WINDOWS__) #include "wx/msw/private.h" // includes windows.h #endif