Bug 52943 - Objective-C files should use #import, not #include
Summary: Objective-C files should use #import, not #include
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Trivial
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 18:01 PST by Alexey Proskuryakov
Modified: 2011-01-21 18:10 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (33.75 KB, patch)
2011-01-21 18:03 PST, Alexey Proskuryakov
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2011-01-21 18:01:36 PST
Because Objective-C headers in general don't have multiple include guards.

Patch for Source/WebKit2 forthcoming.
Comment 1 Alexey Proskuryakov 2011-01-21 18:03:21 PST
Created attachment 79816 [details]
proposed patch
Comment 2 mitz 2011-01-21 18:06:59 PST
Comment on attachment 79816 [details]
proposed patch

Duplicate change log entry
Comment 3 Alexey Proskuryakov 2011-01-21 18:10:16 PST
Committed <http://trac.webkit.org/changeset/76418>.