Closed
Bug 836974
Opened 13 years ago
Closed 13 years ago
Move nsInlineFrame's include of nsLineLayout from header file to .cpp file
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
|
1.75 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
Minor cleanup in nsInlineFrame -- upcoming patch does the following:
a) moves #include "nsLineLayout.h" from the header file to the .cpp file.
b) moves the .cpp file's #include of its own header (nsInlineFrame.h) to the top, to be sure that nsInlineFrame.h compiles w/out any other headers required.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #708849 -
Flags: review?(matspal)
Updated•13 years ago
|
Attachment #708849 -
Flags: review?(matspal) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite-
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•