Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor req cleanup #6557

Merged
merged 2 commits into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/CMakeLists.txt
Expand Up @@ -90,7 +90,7 @@ if(WIN32)
set(wesnoth_core_sources ${wesnoth_core_sources} log_windows.cpp)
set(wesnoth_game_sources ${wesnoth_game_sources} desktop/windows_tray_notification.cpp desktop/windows_battery_info.cpp)
endif()

if(MSVC)
set_source_files_properties(${lua_sources} PROPERTIES COMPILE_FLAGS "/FI\"${wesnoth_lua_config}\"")
# silence an implicit bitshift conversion warning
Expand Down Expand Up @@ -185,7 +185,6 @@ if(ENABLE_GAME)
Boost::program_options
Boost::regex
Boost::system
Boost::thread
Boost::random
Boost::coroutine
Boost::locale
Expand Down Expand Up @@ -232,7 +231,6 @@ if(ENABLE_TESTS)
Boost::program_options
Boost::regex
Boost::system
Boost::thread
Boost::random
Boost::coroutine
Boost::locale
Expand Down Expand Up @@ -281,7 +279,6 @@ if(ENABLE_SERVER)
Boost::program_options
Boost::regex
Boost::system
Boost::thread
Boost::random
Boost::coroutine
Boost::locale
Expand Down Expand Up @@ -323,7 +320,6 @@ if(ENABLE_CAMPAIGN_SERVER)
Boost::program_options
Boost::regex
Boost::system
Boost::thread
Boost::random
Boost::coroutine
Boost::locale
Expand Down
1 change: 1 addition & 0 deletions src/color_range.cpp
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/display.cpp
Expand Up @@ -59,6 +59,7 @@
#include <array>
#include <cmath>
#include <iomanip>
#include <numeric>
#include <utility>

#ifdef _WIN32
Expand Down
1 change: 0 additions & 1 deletion src/terrain/translation.hpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/tests/test_commandline_options.cpp
Expand Up @@ -17,7 +17,6 @@
#include "commandline_options.hpp"

#include <boost/test/unit_test.hpp>
#include <boost/assign.hpp>

BOOST_AUTO_TEST_SUITE( cmdline_opts )

Expand Down
2 changes: 0 additions & 2 deletions src/tests/test_mp_connect.cpp
Expand Up @@ -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 {
Expand Down
3 changes: 0 additions & 3 deletions vcpkg.json
Expand Up @@ -32,13 +32,10 @@
"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",
Expand Down