More iostream removal.
authorMichael Lee <mzlee@fb.com>
Tue, 6 Dec 2016 20:08:49 +0000 (12:08 -0800)
committerFacebook 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

index bdc54a3a57a942237f529824f9762fc39225dc9e..1ce5d1ec3615ace3fd22a7798bcafc31545e864e 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <folly/MacAddress.h>
 
-#include <iostream>
+#include <ostream>
 
 #include <folly/Exception.h>
 #include <folly/IPAddressV6.h>