Bug 192285

Summary: [WTF] Use pragma once
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal CC: achristensen, benjamin, cdumez, cmarcelo, darin, dbates, ews-watchlist, keith_miller, mark.lam, saam, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.