Unreviewed, rolling out r229792.
https://bugs.webkit.org/show_bug.cgi?id=183980

not actually necessary (Requested by thorton on #webkit).

Reverted changeset:

"Fix the build"
https://trac.webkit.org/changeset/229792

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@229948 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index ca9c85c..18e7d21 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2018-03-24  Commit Queue  <commit-queue@webkit.org>
+
+        Unreviewed, rolling out r229792.
+        https://bugs.webkit.org/show_bug.cgi?id=183980
+
+        not actually necessary (Requested by thorton on #webkit).
+
+        Reverted changeset:
+
+        "Fix the build"
+        https://trac.webkit.org/changeset/229792
+
 2018-03-23  Tim Horton  <timothy_horton@apple.com>
 
         Fix the geolocation build
diff --git a/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp b/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp
index cf4251e..c185a89 100644
--- a/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp
+++ b/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp
@@ -42,9 +42,7 @@
 #include <wtf/StdLibExtras.h>
 #include <wtf/Threading.h>
 
-#if ENABLE(MINIMAL_SIMULATOR)
-#include <MobileCoreServices/MobileCoreServices.h>
-#elif PLATFORM(IOS)
+#if PLATFORM(IOS)
 static const SInt32 fnfErr = -43;
 #elif PLATFORM(MAC)
 #include <CoreServices/CoreServices.h>