From: Michael Lee Date: Tue, 6 Dec 2016 20:08:49 +0000 (-0800) Subject: More iostream removal. X-Git-Tag: v2016.12.12.00~19 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=abf585dc614e9785d359727a0e4b203e4ee688e5;p=folly.git More iostream removal. 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 --- diff --git a/folly/MacAddress.cpp b/folly/MacAddress.cpp index bdc54a3a..1ce5d1ec 100644 --- a/folly/MacAddress.cpp +++ b/folly/MacAddress.cpp @@ -16,7 +16,7 @@ #include -#include +#include #include #include