Remove wx/evtloop.h header which became unnecessary

wxEventLoop is not used in this file any more after the changes of
11d04389a0 (Add support for using wxWebViewChromium from non-main
thread, 2023-11-29).
This commit is contained in:
Vadim Zeitlin 2023-12-22 02:09:36 +01:00
parent cf3699bd7a
commit be6f046421

View file

@ -10,7 +10,6 @@
#include "wx/webview.h"
#include "wx/webview_chromium.h"
#include "wx/evtloop.h"
#include "wx/filename.h"
#include "wx/filesys.h"
#include "wx/rtti.h"