Bug 20913

Summary: Avoid redudant includes
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Remove includes (build speedup) timothy: review+

Description Alp Toker 2008-09-18 04:24:59 PDT
Document.h is included excessively such that a modification to Document.h (or any of the header it includes itself) triggers a rebuild of many files including the whole of SVG and a lot of the JS bindings.

Some of these includes can be avoided by only including Document.h where necessary.
Comment 1 Alp Toker 2008-09-18 04:29:58 PDT
Created attachment 23527 [details]
Remove includes (build speedup)

When landing this, need to keep an eye on the build bots as we might need to add one or two further explicit Document.h includes in port-specific code.
Comment 2 Alp Toker 2008-09-19 20:43:57 PDT
Landed in r36700.