mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 18:28:12 +00:00
Config: remove <ctime> and <iterator> includes
This commit is contained in:
parent
6df2653c61
commit
857799da37
@ -30,6 +30,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <iterator>
|
||||
|
||||
static lg::log_domain log_config("config");
|
||||
#define ERR_CF LOG_STREAM(err, log_config)
|
||||
|
@ -33,10 +33,8 @@
|
||||
#include "utils/const_clone.hpp"
|
||||
#include "utils/optional_reference.hpp"
|
||||
|
||||
#include <ctime>
|
||||
#include <functional>
|
||||
#include <iosfwd>
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user