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:
Mark de Wever 2014-06-13 21:03:51 +02:00
parent d2fe8d1e3f
commit 152d50d5a8
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include "game_errors.hpp"
#include "tstring.hpp"
#include "wesconfig.h"
class config;
struct tconfig_implementation;

View File

@ -38,6 +38,7 @@
#include "serialization/validator.hpp"
#include "statistics.hpp"
#include "version.hpp"
#include "wesconfig.h"
#include "wml_exception.hpp"
#include <cerrno>