Clean up unused C++ headers
Categories
(Thunderbird :: General, task)
Tracking
(thunderbird_esr115 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | wontfix |
People
(Reporter: leftmostcat, Assigned: leftmostcat)
References
Details
Attachments
(3 files, 1 obsolete file)
Our C++ code is chock-full of includes of headers which are either overly broad or entirely unused. This clutters up linting and can come back to bite us if a header—even one we're not using—is removed. These should be removed where possible and replaced with narrower imports where necessary.
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 3•9 months ago
|
||
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 4•9 months ago
|
||
Updated•9 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e2aa6040155b
Only include headers as needed. r=darktrojan
Updated•8 months ago
|
Comment 6•4 months ago
|
||
While removing include files from mimei.cpp, there were also helpful comments removed, which indicated an inheritance structure,
see https://hg.mozilla.org/comm-central/rev/e2aa6040155b#l254.1
I'd like to restore those comments.
Comment 7•4 months ago
|
||
Updated•4 months ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/84b0db260544
Add comments to restore MIME inheritance documentation. r=leftmostcat
Description
•