From e3aa5f0763e9f5a2acaa127aaf238b9e5b1cf3c8 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Sun, 31 Jan 2021 10:41:09 -0800 Subject: [PATCH] DolphinAnalytics: Remove unused headers --- Source/Core/Core/DolphinAnalytics.cpp | 1 - Source/Core/Core/DolphinAnalytics.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/Source/Core/Core/DolphinAnalytics.cpp b/Source/Core/Core/DolphinAnalytics.cpp index c047b97e2f..15c502060f 100644 --- a/Source/Core/Core/DolphinAnalytics.cpp +++ b/Source/Core/Core/DolphinAnalytics.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include diff --git a/Source/Core/Core/DolphinAnalytics.h b/Source/Core/Core/DolphinAnalytics.h index 21fa24104c..587bb1eb34 100644 --- a/Source/Core/Core/DolphinAnalytics.h +++ b/Source/Core/Core/DolphinAnalytics.h @@ -7,10 +7,8 @@ #include #include #include -#include #include "Common/Analytics.h" -#include "Common/CommonTypes.h" #include "Core/PerformanceSample.h" #include "Core/PerformanceSampleAggregator.h"