diff --git a/Source/Core/Common/Analytics.h b/Source/Core/Common/Analytics.h index 816785ee67..0dd167c087 100644 --- a/Source/Core/Common/Analytics.h +++ b/Source/Core/Common/Analytics.h @@ -11,19 +11,13 @@ #include #include -#include +#include #include "Common/CommonTypes.h" #include "Common/Event.h" #include "Common/FifoQueue.h" #include "Common/Flag.h" -#if LIBCURL_VERSION_MAJOR >= 7 && LIBCURL_VERSION_MINOR >= 50 -typedef struct Curl_easy CURL; -#else -typedef void CURL; -#endif - // Utilities for analytics reporting in Dolphin. This reporting is designed to // provide anonymous data about how well Dolphin performs in the wild. It also // allows developers to declare trace points in Dolphin's source code and get