mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 11:47:48 +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
@ -17,7 +17,6 @@
|
||||
#elif defined(__APPLE__)
|
||||
#include <objc/message.h>
|
||||
#elif defined(ANDROID)
|
||||
#include <functional>
|
||||
#include "Common/AndroidAnalytics.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user