Title: [246020] trunk/Source/WebKit
Revision
246020
Author
[email protected]
Date
2019-06-01 20:01:56 -0700 (Sat, 01 Jun 2019)

Log Message

Remove include directives unused since r245186
https://bugs.webkit.org/show_bug.cgi?id=198463

Reviewed by Don Olmstead.

* NetworkProcess/cache/NetworkCacheBlobStorage.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246019 => 246020)


--- trunk/Source/WebKit/ChangeLog	2019-06-02 03:01:47 UTC (rev 246019)
+++ trunk/Source/WebKit/ChangeLog	2019-06-02 03:01:56 UTC (rev 246020)
@@ -1,3 +1,12 @@
+2019-06-01  Konstantin Tokarev  <[email protected]>
+
+        Remove include directives unused since r245186
+        https://bugs.webkit.org/show_bug.cgi?id=198463
+
+        Reviewed by Don Olmstead.
+
+        * NetworkProcess/cache/NetworkCacheBlobStorage.cpp:
+
 2019-05-31  Megan Gardner  <[email protected]>
 
         Ensure keyboard editing is up to date

Modified: trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp (246019 => 246020)


--- trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp	2019-06-02 03:01:47 UTC (rev 246019)
+++ trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp	2019-06-02 03:01:56 UTC (rev 246020)
@@ -34,9 +34,7 @@
 #include <wtf/SHA1.h>
 
 #if !OS(WINDOWS)
-#include <sys/mman.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #endif
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to