mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 01:22:05 +00:00
Remove the wesconfig.h dependency from config.hpp.
The dependency is not needed and causes a lot of files to be compiled when Wesnoth's version number changes.
This commit is contained in:
parent
d2fe8d1e3f
commit
152d50d5a8
@ -40,7 +40,6 @@
|
||||
|
||||
#include "game_errors.hpp"
|
||||
#include "tstring.hpp"
|
||||
#include "wesconfig.h"
|
||||
|
||||
class config;
|
||||
struct tconfig_implementation;
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "serialization/validator.hpp"
|
||||
#include "statistics.hpp"
|
||||
#include "version.hpp"
|
||||
#include "wesconfig.h"
|
||||
#include "wml_exception.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
|
Loading…
x
Reference in New Issue
Block a user