boost: remove iostreams includes

They're unused and produce nasty deprecation warnings

Github-Pull: #9786
Rebased-From: 3301587dc5
This commit is contained in:
Cory Fields 2017-02-17 15:04:30 -05:00 committed by Wladimir J. van der Laan
parent 973e345f7f
commit 2afefeade6
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -18,8 +18,6 @@
#include <boost/bind.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/signals2/signal.hpp>
#include <boost/thread.hpp>