view: don't include iostream when ostream suffices

This commit is contained in:
Danny Robson 2016-03-16 19:28:35 +11:00
parent bac238a5ef
commit 42806d2060

View File

@ -21,7 +21,7 @@
#include "./types/traits.hpp"
#include <cstdlib>
#include <iostream>
#include <ostream>
namespace util {
template <typename T>