mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +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__)
|
||||
#include <objc/message.h>
|
||||
#elif defined(ANDROID)
|
||||
#include <functional>
|
||||
#include "Common/AndroidAnalytics.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue