Title: [225674] trunk/Tools
- Revision
- 225674
- Author
- [email protected]
- Date
- 2017-12-08 06:00:16 -0800 (Fri, 08 Dec 2017)
Log Message
Tools/ImageDiff/cg/PlatformImageCG.cpp doesn't need to include <wtf/MathExtras.h>
https://bugs.webkit.org/show_bug.cgi?id=180578
Patch by Fujii Hironori <[email protected]> on 2017-12-08
Reviewed by Konstantin Tokarev.
* ImageDiff/cg/PlatformImageCG.cpp: Removed unnecessary #include <wtf/MathExtras.h>.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (225673 => 225674)
--- trunk/Tools/ChangeLog 2017-12-08 13:07:41 UTC (rev 225673)
+++ trunk/Tools/ChangeLog 2017-12-08 14:00:16 UTC (rev 225674)
@@ -1,3 +1,12 @@
+2017-12-08 Fujii Hironori <[email protected]>
+
+ Tools/ImageDiff/cg/PlatformImageCG.cpp doesn't need to include <wtf/MathExtras.h>
+ https://bugs.webkit.org/show_bug.cgi?id=180578
+
+ Reviewed by Konstantin Tokarev.
+
+ * ImageDiff/cg/PlatformImageCG.cpp: Removed unnecessary #include <wtf/MathExtras.h>.
+
2017-12-08 Zan Dobersek <[email protected]>
Unreviewed WPE build fix after r225671.
Modified: trunk/Tools/ImageDiff/cg/PlatformImageCG.cpp (225673 => 225674)
--- trunk/Tools/ImageDiff/cg/PlatformImageCG.cpp 2017-12-08 13:07:41 UTC (rev 225673)
+++ trunk/Tools/ImageDiff/cg/PlatformImageCG.cpp 2017-12-08 14:00:16 UTC (rev 225674)
@@ -37,7 +37,6 @@
#include <windows.h>
#include <fcntl.h>
#include <io.h>
-#include <wtf/MathExtras.h>
#endif
#if __APPLE__
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes