Title: [223270] trunk/Source/WebKit
Revision
223270
Author
[email protected]
Date
2017-10-12 18:10:13 -0700 (Thu, 12 Oct 2017)

Log Message

Remove unnecessary includes in WebKit
https://bugs.webkit.org/show_bug.cgi?id=178235

Reviewed by Tim Horton.

* Platform/IPC/ArgumentCoders.h:
* WebProcess/WebProcess.cpp:
* WebProcess/WebStorage/StorageAreaImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (223269 => 223270)


--- trunk/Source/WebKit/ChangeLog	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/ChangeLog	2017-10-13 01:10:13 UTC (rev 223270)
@@ -1,5 +1,16 @@
 2017-10-12  Alex Christensen  <[email protected]>
 
+        Remove unnecessary includes in WebKit
+        https://bugs.webkit.org/show_bug.cgi?id=178235
+
+        Reviewed by Tim Horton.
+
+        * Platform/IPC/ArgumentCoders.h:
+        * WebProcess/WebProcess.cpp:
+        * WebProcess/WebStorage/StorageAreaImpl.h:
+
+2017-10-12  Alex Christensen  <[email protected]>
+
         Increment ContentRuleListStore::CurrentContentRuleListFileVersion
         https://bugs.webkit.org/show_bug.cgi?id=178246
         <rdar://problem/34890057>

Modified: trunk/Source/WebKit/NetworkProcess/capture/NetworkCaptureEvent.h (223269 => 223270)


--- trunk/Source/WebKit/NetworkProcess/capture/NetworkCaptureEvent.h	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/NetworkProcess/capture/NetworkCaptureEvent.h	2017-10-13 01:10:13 UTC (rev 223270)
@@ -28,10 +28,9 @@
 #if ENABLE(NETWORK_CAPTURE)
 
 #include <WebCore/SharedBuffer.h>
+#include <wtf/Forward.h>
 #include <wtf/MonotonicTime.h>
 #include <wtf/Optional.h>
-#include <wtf/Variant.h>
-#include <wtf/Vector.h>
 
 namespace WebCore {
 class ResourceError;

Modified: trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h (223269 => 223270)


--- trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h	2017-10-13 01:10:13 UTC (rev 223270)
@@ -27,17 +27,10 @@
 
 #include "Decoder.h"
 #include "Encoder.h"
+#include <chrono>
 #include <utility>
-#include <wtf/Expected.h>
 #include <wtf/Forward.h>
-#include <wtf/HashCountedSet.h>
-#include <wtf/HashMap.h>
-#include <wtf/HashSet.h>
-#include <wtf/OptionSet.h>
-#include <wtf/Optional.h>
 #include <wtf/SHA1.h>
-#include <wtf/Variant.h>
-#include <wtf/Vector.h>
 
 namespace IPC {
 

Modified: trunk/Source/WebKit/Shared/WebProcessCreationParameters.h (223269 => 223270)


--- trunk/Source/WebKit/Shared/WebProcessCreationParameters.h	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/Shared/WebProcessCreationParameters.h	2017-10-13 01:10:13 UTC (rev 223270)
@@ -30,6 +30,7 @@
 #include "TextCheckerState.h"
 #include "UserData.h"
 #include <pal/SessionID.h>
+#include <wtf/HashMap.h>
 #include <wtf/ProcessID.h>
 #include <wtf/RetainPtr.h>
 #include <wtf/Vector.h>
@@ -37,7 +38,6 @@
 #include <wtf/text/WTFString.h>
 
 #if PLATFORM(COCOA)
-#include "MachPort.h"
 #include <WebCore/MachSendRight.h>
 #endif
 

Modified: trunk/Source/WebKit/UIProcess/WebProcessProxy.h (223269 => 223270)


--- trunk/Source/WebKit/UIProcess/WebProcessProxy.h	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/UIProcess/WebProcessProxy.h	2017-10-13 01:10:13 UTC (rev 223270)
@@ -43,6 +43,7 @@
 #include <pal/SessionID.h>
 #include <wtf/Forward.h>
 #include <wtf/HashMap.h>
+#include <wtf/HashSet.h>
 #include <wtf/RefCounted.h>
 #include <wtf/RefPtr.h>
 

Modified: trunk/Source/WebKit/WebProcess/WebProcess.cpp (223269 => 223270)


--- trunk/Source/WebKit/WebProcess/WebProcess.cpp	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/WebProcess/WebProcess.cpp	2017-10-13 01:10:13 UTC (rev 223270)
@@ -113,7 +113,6 @@
 #include <WebCore/UserGestureIndicator.h>
 #include <unistd.h>
 #include <wtf/CurrentTime.h>
-#include <wtf/HashCountedSet.h>
 #include <wtf/Language.h>
 #include <wtf/RunLoop.h>
 #include <wtf/text/StringHash.h>

Modified: trunk/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.h (223269 => 223270)


--- trunk/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.h	2017-10-13 01:04:35 UTC (rev 223269)
+++ trunk/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.h	2017-10-13 01:10:13 UTC (rev 223270)
@@ -27,7 +27,6 @@
 
 #include "MessageReceiver.h"
 #include <WebCore/StorageArea.h>
-#include <wtf/HashCountedSet.h>
 #include <wtf/HashMap.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to