Bug 43881

Summary: check-webkit-style false error on build/include_order for .cpp files with no .h
Product: WebKit Reporter: Vincent Scheib <scheib>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: jberlin, lforschler
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://webkit-commit-queue.appspot.com/patch/64164

Vincent Scheib
Reported 2010-08-11 14:59:54 PDT
If a .cpp file has no associated .h file, it will not #include it. However, check-webkit-style will report an error: "Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4]"
Attachments
Jessie Berlin
Comment 1 2012-03-06 07:38:49 PST
This came up again while creating an all-in-one file for Windows: https://bugs.webkit.org/show_bug.cgi?id=80346
Note You need to log in before you can comment on or make changes to this bug.