From 9fbe9ced44e8cc7033971a44efb1794bd15e7152 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Sun, 24 Jan 2021 19:42:53 -0800 Subject: [PATCH] DolphinAnalytics: Remove redundant #include STL header was included from both Analytics.h and Analytics.cpp on Android. --- Source/Core/Core/DolphinAnalytics.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/DolphinAnalytics.cpp b/Source/Core/Core/DolphinAnalytics.cpp index 936cd7191b..6c80d79b6a 100644 --- a/Source/Core/Core/DolphinAnalytics.cpp +++ b/Source/Core/Core/DolphinAnalytics.cpp @@ -17,10 +17,6 @@ #include "Common/WindowsRegistry.h" #endif -#if defined(ANDROID) -#include -#endif - #if defined(__APPLE__) #include "Common/CommonFuncs.h" #endif