Skip to content

Commit

Permalink
Merge pull request #4092 from Krak-n/fix_curl
Browse files Browse the repository at this point in the history
Analytics.h include curl.h
  • Loading branch information
delroth committed Aug 5, 2016
2 parents 2af4def + 25c77ba commit 8f04396
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Source/Core/Common/Analytics.h
Expand Up @@ -11,19 +11,13 @@
#include <utility>
#include <vector>

#include <curl/curlver.h>
#include <curl/curl.h>

#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
Expand Down

0 comments on commit 8f04396

Please sign in to comment.