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"