Remove <iostream> from math headers.

This speeds up our build time by using <iosfwd> and un-inlining the
vector print functions.
This commit is contained in:
Philip Rideout
2020-01-03 10:46:03 -08:00
parent 78842b59c9
commit 898ed70aa0
25 changed files with 144 additions and 63 deletions

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <iostream>
#include <string>
#include <map>
#include <vector>