Closed
Bug 900088
Opened 12 years ago
Closed 12 years ago
remove unused <iostream> #include from DataChannel.cpp
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: froydnj, Unassigned)
Details
Attachments
(1 file)
|
963 bytes,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•12 years ago
|
||
Compiles just fine without it and removes static constructors.
Attachment #783834 -
Flags: review?(mcmanus)
Comment 2•12 years ago
|
||
Comment on attachment 783834 [details] [diff] [review]
remove unused <iostream> #include from DataChannel.cpp
Review of attachment 783834 [details] [diff] [review]:
-----------------------------------------------------------------
thanks Nathan!
Attachment #783834 -
Flags: review?(mcmanus) → review+
| Reporter | ||
Comment 3•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ce80cccb2e62
Compiling on Windows showed that <errno.h> was getting pulled in from somewhere and was needed for proper function of usrsctp.h. I took the liberty of adding an #include for that header.
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•