DolphinAnalytics: Remove redundant #include

STL header <functional> was included from both Analytics.h and
Analytics.cpp on Android.
This commit is contained in:
Dentomologist 2021-01-24 19:42:53 -08:00 committed by Dr. Dystopia
parent 53b54406bd
commit 013c162cf1

View File

@ -17,7 +17,6 @@
#elif defined(__APPLE__)
#include <objc/message.h>
#elif defined(ANDROID)
#include <functional>
#include "Common/AndroidAnalytics.h"
#endif