Wincairo build broken: EventLoop.h: No such file or directory
https://bugs.webkit.org/show_bug.cgi?id=202893

Reviewed by Fujii Hironori.

Remove include of EventLoop.h.

* platform/network/curl/SynchronousLoaderClientCurl.cpp:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251062 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index a81d06a..83baf29 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2019-10-13  Stephan Szabo  <stephan.szabo@sony.com>
+
+        Wincairo build broken: EventLoop.h: No such file or directory
+        https://bugs.webkit.org/show_bug.cgi?id=202893
+
+        Reviewed by Fujii Hironori.
+
+        Remove include of EventLoop.h.
+
+        * platform/network/curl/SynchronousLoaderClientCurl.cpp:
+
 2019-10-13  Konstantin Tokarev  <annulen@yandex.ru>
 
         Fix compilation of Crypto.cpp on macOS with !WEB_CRYPTO
diff --git a/Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp b/Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp
index 3b39307..81affab 100644
--- a/Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp
+++ b/Source/WebCore/platform/network/curl/SynchronousLoaderClientCurl.cpp
@@ -29,7 +29,6 @@
 #include "SynchronousLoaderClient.h"
 
 #include "AuthenticationChallenge.h"
-#include "EventLoop.h"
 #include "NotImplemented.h"
 #include "ResourceHandleInternal.h"