Get rid of config.h includes and include config.h in the prefix header instead
Created attachment 242676 [details] Patch
Comment on attachment 242676 [details] Patch This looks good to me. Do we run into any style bot problems since the files no longer begin with "config.h" as the first include file?
Attachment 242676 [details] did not pass style-queue: ERROR: Source/WebKit/win/WebKitPrefix.h:51: Header file should not contain WebCore config.h. Should be: alphabetically sorted. [build/include_order] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r176892: <http://trac.webkit.org/changeset/176892>