Commit a64f5cb7 authored by Delyan Kratunov's avatar Delyan Kratunov Committed by Facebook Github Bot

Remove unneeded iostream include

Summary:
Including `iostream` in a header causes anything that uses this header to gain
an extra static initializer for an `std::ios_base::Init` object.
If there are N translation units in a library that use the header, that's N
more static initializers that need to run.

Reviewed By: yfeldblum

Differential Revision: D4191798

fbshipit-source-id: 65b47401b9177177999cff65a47ac8dffa0e0546
parent 7a20ff9c
......@@ -18,7 +18,6 @@
#include <atomic>
#include <boost/noncopyable.hpp>
#include <iostream>
#include <cmath>
#include <memory>
#include <string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment