diff --git a/Source/Android/Bridge/Notification.cpp b/Source/Android/Bridge/Notification.cpp index 41ff1547e..859e901b2 100644 --- a/Source/Android/Bridge/Notification.cpp +++ b/Source/Android/Bridge/Notification.cpp @@ -3,7 +3,6 @@ #include #include #include -#include #include "Notification.h" #include "JavaBridge.h" #if defined(ANDROID) @@ -117,7 +116,6 @@ bool CNotificationImp::AskYesNoQuestion(const char * /*Question*/) const void CNotificationImp::BreakPoint(const char * FileName, int32_t LineNumber) { - Flush_Recompiler_Log(); TraceFlushLog(); if (g_Settings->LoadBool(Debugger_Enabled)) {