DolphinAnalytics: Remove redundant #include

STL header <functional> was included from both Analytics.h and
Analytics.cpp on Android.
This commit is contained in:
Dr. Dystopia
2021-01-24 19:42:53 -08:00
parent e235cebb01
commit 9fbe9ced44

View File

@@ -17,10 +17,6 @@
#include "Common/WindowsRegistry.h"
#endif
#if defined(ANDROID)
#include <functional>
#endif
#if defined(__APPLE__)
#include "Common/CommonFuncs.h"
#endif