mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
DolphinAnalytics: Remove redundant #include
STL header <functional> was included from both Analytics.h and Analytics.cpp on Android.
This commit is contained in:
parent
53b54406bd
commit
013c162cf1
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#include <objc/message.h>
|
#include <objc/message.h>
|
||||||
#elif defined(ANDROID)
|
#elif defined(ANDROID)
|
||||||
#include <functional>
|
|
||||||
#include "Common/AndroidAnalytics.h"
|
#include "Common/AndroidAnalytics.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue