NEW192285
[WTF] Use pragma once
https://bugs.webkit.org/show_bug.cgi?id=192285
Summary [WTF] Use pragma once
Yusuke Suzuki
Reported 2018-12-02 01:57:01 PST
[WTF] Use pragma once
Attachments
Patch (14.75 KB, patch)
2018-12-02 01:57 PST, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2018-12-02 01:57:29 PST
Keith Miller
Comment 2 2018-12-02 13:07:27 PST
Comment on attachment 356332 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356332&action=review > Source/WTF/wtf/dtoa/bignum-dtoa.h:30 > #include "utils.h" I think you need to include everything from the same path otherwise Clang will include them twice? Maybe, that only applies to system vs non-system headers though...
Note You need to log in before you can comment on or make changes to this bug.