Bug 37673

Summary: check-webkit-style shouldn't complain about including WebKitDLL.h before class's header in WebKit/win
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cjerdonek
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Adam Roben (:aroben) 2010-04-15 14:18:25 PDT
In WebKit/win, .cpp files start with these three includes:

#include "config.h"
#include "WebKitDLL.h"
#include "ThisClasssHeader.h"

check-webkit-style complains about the WebKitDLL.h include. See bug 37354 comment 3 for an example.