Unreviewed build fix.

* pal/spi/cocoa/CoreServicesSPI.h:
* pal/spi/cocoa/LaunchServicesSPI.h:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259398 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog
index 8e11393..1f6cb78 100644
--- a/Source/WebCore/PAL/ChangeLog
+++ b/Source/WebCore/PAL/ChangeLog
@@ -1,5 +1,12 @@
 2020-04-02  Per Arne Vollan  <pvollan@apple.com>
 
+        Unreviewed build fix.
+
+        * pal/spi/cocoa/CoreServicesSPI.h:
+        * pal/spi/cocoa/LaunchServicesSPI.h:
+
+2020-04-02  Per Arne Vollan  <pvollan@apple.com>
+
         [macOS] Remove redundant call to check in with Launch Services
         https://bugs.webkit.org/show_bug.cgi?id=209911
 
diff --git a/Source/WebCore/PAL/pal/spi/cocoa/CoreServicesSPI.h b/Source/WebCore/PAL/pal/spi/cocoa/CoreServicesSPI.h
index 0c4c8dd..a4a4ddd 100644
--- a/Source/WebCore/PAL/pal/spi/cocoa/CoreServicesSPI.h
+++ b/Source/WebCore/PAL/pal/spi/cocoa/CoreServicesSPI.h
@@ -25,10 +25,4 @@
 
 #pragma once
 
-#if USE(APPLE_INTERNAL_SDK)
-
-#include <CarbonCore/RuntimePriv.h>
-
-#endif
-
 extern "C" void _CSCheckFixDisable();
diff --git a/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h b/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h
index 5b5bced..f445942 100644
--- a/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h
+++ b/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h
@@ -31,7 +31,6 @@
 
 #if PLATFORM(MAC)
 #import <CoreServices/CoreServicesPriv.h>
-#import <LaunchServices/LSApplicationServicesPriv.h>
 #elif PLATFORM(IOS_FAMILY)
 #import <MobileCoreServices/LSAppLinkPriv.h>
 #elif PLATFORM(IOS)