projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d3246
)
More iostream removal.
author
Michael Lee
<mzlee@fb.com>
Tue, 6 Dec 2016 20:08:49 +0000
(12:08 -0800)
committer
Facebook Github Bot
<facebook-github-bot-bot@fb.com>
Tue, 6 Dec 2016 20:23:30 +0000
(12:23 -0800)
Summary:
We do not need it and it adds a static initialization
This is the last extra one in liger. The other places actually need iostream to print things
Reviewed By: yfeldblum
Differential Revision:
D4286095
fbshipit-source-id:
44a827e48e9fb9106626e784592eb194dff83bf6
folly/MacAddress.cpp
patch
|
blob
|
history
diff --git
a/folly/MacAddress.cpp
b/folly/MacAddress.cpp
index bdc54a3a57a942237f529824f9762fc39225dc9e..1ce5d1ec3615ace3fd22a7798bcafc31545e864e 100644
(file)
--- a/
folly/MacAddress.cpp
+++ b/
folly/MacAddress.cpp
@@
-16,7
+16,7
@@
#include <folly/MacAddress.h>
-#include <
i
ostream>
+#include <ostream>
#include <folly/Exception.h>
#include <folly/IPAddressV6.h>