Title: [218742] trunk/Source/WTF
Revision
218742
Author
[email protected]
Date
2017-06-23 04:48:47 -0700 (Fri, 23 Jun 2017)

Log Message

Remove more unused headers from WTF
https://bugs.webkit.org/show_bug.cgi?id=173761

Reviewed by Yusuke Suzuki.

* wtf/Liveness.h:
* wtf/PageAllocation.h:
* wtf/ParallelJobs.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (218741 => 218742)


--- trunk/Source/WTF/ChangeLog	2017-06-23 11:14:44 UTC (rev 218741)
+++ trunk/Source/WTF/ChangeLog	2017-06-23 11:48:47 UTC (rev 218742)
@@ -1,3 +1,14 @@
+2017-06-23  Konstantin Tokarev  <[email protected]>
+
+        Remove more unused headers from WTF
+        https://bugs.webkit.org/show_bug.cgi?id=173761
+
+        Reviewed by Yusuke Suzuki.
+
+        * wtf/Liveness.h:
+        * wtf/PageAllocation.h:
+        * wtf/ParallelJobs.h:
+
 2017-06-22  Andreas Kling  <[email protected]>
 
         Rename MemoryPressureHandler::setTabCount to setPageCount

Modified: trunk/Source/WTF/wtf/Liveness.h (218741 => 218742)


--- trunk/Source/WTF/wtf/Liveness.h	2017-06-23 11:14:44 UTC (rev 218741)
+++ trunk/Source/WTF/wtf/Liveness.h	2017-06-23 11:48:47 UTC (rev 218742)
@@ -27,7 +27,6 @@
 
 #include <wtf/BitVector.h>
 #include <wtf/IndexSparseSet.h>
-#include <wtf/ListDump.h>
 #include <wtf/StdLibExtras.h>
 
 namespace WTF {

Modified: trunk/Source/WTF/wtf/PageAllocation.h (218741 => 218742)


--- trunk/Source/WTF/wtf/PageAllocation.h	2017-06-23 11:14:44 UTC (rev 218741)
+++ trunk/Source/WTF/wtf/PageAllocation.h	2017-06-23 11:48:47 UTC (rev 218742)
@@ -29,7 +29,6 @@
 #include <wtf/Assertions.h>
 #include <wtf/OSAllocator.h>
 #include <wtf/PageBlock.h>
-#include <wtf/VMTags.h>
 #include <algorithm>
 
 #if OS(DARWIN)

Modified: trunk/Source/WTF/wtf/ParallelJobs.h (218741 => 218742)


--- trunk/Source/WTF/wtf/ParallelJobs.h	2017-06-23 11:14:44 UTC (rev 218741)
+++ trunk/Source/WTF/wtf/ParallelJobs.h	2017-06-23 11:48:47 UTC (rev 218742)
@@ -29,8 +29,6 @@
 #define ParallelJobs_h
 
 #include <wtf/Assertions.h>
-#include <wtf/Noncopyable.h>
-#include <wtf/RefPtr.h>
 #include <wtf/Vector.h>
 
 // Usage:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to