From abf585dc614e9785d359727a0e4b203e4ee688e5 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 6 Dec 2016 12:08:49 -0800 Subject: [PATCH] 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 --- folly/MacAddress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1