Bug 173415 - [GTK] Cleanup headers includes in GTK+ API files
Summary: [GTK] Cleanup headers includes in GTK+ API files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2017-06-15 05:29 PDT by Carlos Garcia Campos
Modified: 2017-06-15 08:40 PDT (History)
3 users (show)

See Also:


Attachments
Patch (65.36 KB, patch)
2017-06-15 05:32 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-06-15 05:29:23 PDT
- Remove WTFGType.h from WebKitPrivate.h and include it in all other files instead of WebKitPrivate if needed.
- Stop including WebKitPrivate.h in all other private headers.
- Remove all C API includes.
Comment 1 Carlos Garcia Campos 2017-06-15 05:32:57 PDT
Created attachment 312971 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-06-15 08:40:33 PDT
Committed r218332: <http://trac.webkit.org/changeset/218332>