diff options
| author | Cory Fields <[email protected]> | 2014-12-19 16:50:15 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-02 15:12:03 -0500 |
| commit | 856e862f4a736fbdc38daae3b7f0fa34e1da317c (patch) | |
| tree | 2095eef431d539acfef432321aa82fa6062219fa /src/test/bloom_tests.cpp | |
| parent | namespace: drop boost::assign altogether here (diff) | |
| download | discoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.tar.xz discoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.zip | |
namespace: drop most boost namespaces and a few header cleanups
A few boost::asio were left around because they're very wordy otherwise.
Diffstat (limited to 'src/test/bloom_tests.cpp')
| -rw-r--r-- | src/test/bloom_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index c32098efa..98a2cbc92 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -20,7 +20,6 @@ #include <boost/tuple/tuple.hpp> using namespace std; -using namespace boost::tuples; BOOST_AUTO_TEST_SUITE(bloom_tests) |