diff options
| author | Cory Fields <[email protected]> | 2017-02-17 15:04:30 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-02-17 15:06:09 -0500 |
| commit | 3301587dc5c7937141282f3799592d1e398495fb (patch) | |
| tree | 0da178bc816e1bd9cf72726e8069b432651977e3 /src | |
| parent | build: bump version to 0.14.99 (diff) | |
| download | discoin-3301587dc5c7937141282f3799592d1e398495fb.tar.xz discoin-3301587dc5c7937141282f3799592d1e398495fb.zip | |
boost: remove iostreams includes
They're unused and produce nasty deprecation warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpc/server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 283d458c8..0b763acd4 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -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> |