Use ManagedConfiguration umbrella instead of including specific headers
https://bugs.webkit.org/show_bug.cgi?id=209884
<rdar://problem/59244126>

Reviewed by Wenson Hsieh.

* pal/spi/ios/ManagedConfigurationSPI.h:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259369 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog
index 5bfe74f..d65331e 100644
--- a/Source/WebCore/PAL/ChangeLog
+++ b/Source/WebCore/PAL/ChangeLog
@@ -1,3 +1,13 @@
+2020-04-01  Tim Horton  <timothy_horton@apple.com>
+
+        Use ManagedConfiguration umbrella instead of including specific headers
+        https://bugs.webkit.org/show_bug.cgi?id=209884
+        <rdar://problem/59244126>
+
+        Reviewed by Wenson Hsieh.
+
+        * pal/spi/ios/ManagedConfigurationSPI.h:
+
 2020-03-31  Eric Carlson  <eric.carlson@apple.com>
 
         [iPad] Use AVAudioSession to detect AirPlay route changes
diff --git a/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h b/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
index 80c24dd..ffca506 100644
--- a/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
+++ b/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
@@ -31,8 +31,7 @@
 // block to make them suitable for C++ use.
 WTF_EXTERN_C_BEGIN
 
-#import <ManagedConfiguration/MCFeatures.h>
-#import <ManagedConfiguration/MCProfileConnection.h>
+#import <ManagedConfiguration/ManagedConfiguration.h>
 
 WTF_EXTERN_C_END