Removed unused boost::assign and boost::multi-array includes and deps
boost::assign was removed a long time ago, and the only use of boost::multi-array was unused and removed in 9cf445e526
.
This commit is contained in:
parent
8e4be819dc
commit
e6ff517950
6 changed files with 2 additions and 6 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "map/map.hpp"
|
||||
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <unordered_set>
|
||||
|
||||
color_range_map recolor_range(const color_range& new_range, const std::vector<color_t>& old_rgb)
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
#include <array>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include <numeric>
|
||||
#include <utility>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <boost/bimap.hpp>
|
||||
#include <boost/bimap/set_of.hpp>
|
||||
#include <boost/bimap/multiset_of.hpp>
|
||||
#include <boost/multi_array.hpp>
|
||||
|
||||
#include "exceptions.hpp"
|
||||
#include "map/location.hpp"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "commandline_options.hpp"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/assign.hpp>
|
||||
|
||||
BOOST_AUTO_TEST_SUITE( cmdline_opts )
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "saved_game.hpp"
|
||||
#include "tests/utils/fake_display.hpp"
|
||||
|
||||
#include <boost/assign.hpp>
|
||||
|
||||
/* Definitions */
|
||||
|
||||
class test_connect_engine : public ng::connect_engine {
|
||||
|
|
|
@ -32,13 +32,11 @@
|
|||
"features": [ "icu" ]
|
||||
},
|
||||
"boost-asio",
|
||||
"boost-assign",
|
||||
"boost-program-options",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
"boost-bimap",
|
||||
"boost-math",
|
||||
"boost-multi-array",
|
||||
"boost-logic",
|
||||
"boost-format",
|
||||
"boost-scope-exit",
|
||||
|
|
Loading…
Add table
Reference in a new issue