Bug 110300 - Remove unnecessary includes for Platform.h from headers
Summary: Remove unnecessary includes for Platform.h from headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 21:45 PST by Laszlo Gombos
Modified: 2013-02-20 13:47 PST (History)
8 users (show)

See Also:


Attachments
1st try (4.80 KB, patch)
2013-02-19 21:51 PST, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2013-02-19 21:45:19 PST
In almost most cases config.h includes wtf/Platform.h and config.h gets included as the first header in almost all compilation unit, so in almost all cases there is no need to include wtf/Platform.h explicitly in header files.
Comment 1 Laszlo Gombos 2013-02-19 21:51:45 PST
Created attachment 189237 [details]
1st try
Comment 2 Eric Seidel (no email) 2013-02-20 12:45:48 PST
Comment on attachment 189237 [details]
1st try

Yeah, I believe the style is that Platform.h is part of config.h which is required before any other includes in a cpp file.

That said, it feels a bit odd to use PLATFORM(MAC) in a header w/o having Platform.h included.
Comment 3 WebKit Review Bot 2013-02-20 13:47:39 PST
Comment on attachment 189237 [details]
1st try

Clearing flags on attachment: 189237

Committed r143499: <http://trac.webkit.org/changeset/143499>
Comment 4 WebKit Review Bot 2013-02-20 13:47:42 PST
All reviewed patches have been landed.  Closing bug.