Bug 173292 - [WTF] Remove redundant includes in config.h
Summary: [WTF] Remove redundant includes in config.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-12 17:36 PDT by Don Olmstead
Modified: 2017-06-13 00:55 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.29 KB, patch)
2017-06-12 17:52 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2017-06-12 17:36:48 PDT
wtf/ExportMacros.h is already including wtf/Platform.h
Comment 1 Don Olmstead 2017-06-12 17:52:07 PDT
Created attachment 312738 [details]
Patch

wtf/Platform.h now uses #pragma once and it is no longer referenced in config.h because it is redundant.
Comment 2 WebKit Commit Bot 2017-06-13 00:55:06 PDT
Comment on attachment 312738 [details]
Patch

Clearing flags on attachment: 312738

Committed r218166: <http://trac.webkit.org/changeset/218166>
Comment 3 WebKit Commit Bot 2017-06-13 00:55:08 PDT
All reviewed patches have been landed.  Closing bug.