Skip to content

Commit e2cf078

Browse files
committed
Remove two unused boost dependencies
- boost/assign/std/vector.hpp - boost/assert.hpp These weren't actually being used, got included in partial upstream backports
1 parent 66fabf9 commit e2cf078

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/test/dbwrapper_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#include "random.h"
88
#include "test/test_pivx.h"
99

10-
#include <boost/assign/std/vector.hpp> // for 'operator+=()'
11-
#include <boost/assert.hpp>
1210
#include <boost/test/unit_test.hpp>
1311

1412
// Test if a string consists entirely of null characters

src/test/streams_tests.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
#include "streams.h"
66
#include "test/test_pivx.h"
77

8-
#include <boost/assign/std/vector.hpp> // for 'operator+=()'
9-
#include <boost/assert.hpp>
108
#include <boost/test/unit_test.hpp>
119

12-
using namespace boost::assign; // bring 'operator+=()' into scope
13-
1410
BOOST_FIXTURE_TEST_SUITE(streams_tests, BasicTestingSetup)
1511

1612
BOOST_AUTO_TEST_CASE(streams_vector_writer)

0 commit comments

Comments
 (0)