mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-27 13:14:40 -05:00
DolphinAnalytics: Remove redundant #include
STL header <functional> was included from both Analytics.h and Analytics.cpp on Android.
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
#include "Common/WindowsRegistry.h"
|
||||
#endif
|
||||
|
||||
#if defined(ANDROID)
|
||||
#include <functional>
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include "Common/CommonFuncs.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user