Cleaned up a bunch of unnecessary Boost includes
This commit is contained in:
parent
85eca5a970
commit
d8d986d734
19 changed files with 0 additions and 26 deletions
|
@ -23,7 +23,6 @@
|
|||
#include <cassert>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
#include "serialization/preprocessor.hpp"
|
||||
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
#include "serialization/unicode.hpp"
|
||||
#include "preferences.hpp"
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#include <list>
|
||||
#include <set>
|
||||
#include <stack>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#define FORMULA_STRING_UTILS_HPP_INCLUDED
|
||||
|
||||
#include "serialization/string_utils.hpp"
|
||||
#include <boost/assign.hpp>
|
||||
|
||||
class variable_set;
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "util.hpp" //lexical_cast
|
||||
#include "variable.hpp" //scoped_wml_variable
|
||||
|
||||
#include <boost/assign.hpp>
|
||||
|
||||
static lg::log_domain log_engine("engine");
|
||||
#define ERR_NG LOG_STREAM(err, log_engine)
|
||||
#define WRN_NG LOG_STREAM(warn, log_engine)
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <string>
|
||||
#include <exception>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
class config;
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "soundsource.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <boost/unordered_map.hpp>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "soundsource.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <boost/unordered_map.hpp>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
#include "wml_exception.hpp" // for wml_exception
|
||||
|
||||
#include <algorithm> // for copy, max, min, stable_sort
|
||||
#include <boost/optional.hpp> // for optional
|
||||
#include <cstdlib> // for system
|
||||
#include <iostream> // for operator<<, basic_ostream, etc
|
||||
#include <new>
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#include "terrain/type_data.hpp"
|
||||
#include "units/types.hpp" // for attack_type
|
||||
|
||||
#include <boost/assign.hpp>
|
||||
|
||||
static lg::log_domain log_config("config");
|
||||
#define ERR_CF LOG_STREAM(err, log_config)
|
||||
#define WRN_CF LOG_STREAM(warn, log_config)
|
||||
|
|
|
@ -14,9 +14,7 @@
|
|||
|
||||
#include <deque>
|
||||
#include "utils/functional.hpp"
|
||||
#include <boost/ref.hpp>
|
||||
#include <cstdint>
|
||||
#include <boost/version.hpp>
|
||||
#include "log.hpp"
|
||||
#include "network_asio.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#endif
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include "exceptions.hpp"
|
||||
|
||||
class config;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
#include "config_assign.hpp"
|
||||
#include "log.hpp"
|
||||
|
||||
#include <boost/assign.hpp>
|
||||
#include "utils/functional.hpp"
|
||||
#include <boost/ref.hpp>
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "util.hpp"
|
||||
|
||||
#include <sys/stat.h> // for setting the permissions of the preferences file
|
||||
#include <boost/concept_check.hpp>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
|
@ -110,7 +110,6 @@
|
|||
#include "wml_exception.hpp"
|
||||
|
||||
#include "utils/functional.hpp" // for bind_t, bind
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/range/algorithm/copy.hpp> // boost::copy
|
||||
#include <boost/range/adaptors.hpp> // boost::adaptors::filtered
|
||||
#include <cassert> // for assert
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include "seed_rng.hpp"
|
||||
#include <boost/version.hpp>
|
||||
|
||||
/*****
|
||||
Use preprocessor tests to decide whether to try to include and
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
#include "config.hpp"
|
||||
#include "time_of_day.hpp"
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
class gamemap;
|
||||
class unit_map;
|
||||
class game_data;
|
||||
|
|
|
@ -76,7 +76,6 @@
|
|||
#include <boost/iostreams/filter/bzip2.hpp> // for bzip2_compressor, etc
|
||||
#include <boost/iostreams/filter/gzip.hpp> // for gzip_compressor, etc
|
||||
#include <boost/iostreams/filtering_stream.hpp> // for filtering_stream
|
||||
#include <boost/optional.hpp> // for optional
|
||||
#include <boost/program_options/errors.hpp> // for error
|
||||
|
||||
#include <algorithm> // for transform
|
||||
|
|
|
@ -14,9 +14,7 @@
|
|||
|
||||
#include <deque>
|
||||
#include "utils/functional.hpp"
|
||||
#include <boost/ref.hpp>
|
||||
#include <cstdint>
|
||||
#include <boost/version.hpp>
|
||||
#include "log.hpp"
|
||||
#include "wesnothd_connection.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#endif
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <deque>
|
||||
#include <list>
|
||||
#include "exceptions.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue