Skip to content

Commit

Permalink
Remove the wesconfig.h dependency from config.hpp.
Browse files Browse the repository at this point in the history
The dependency is not needed and causes a lot of files to be compiled
when Wesnoth's version number changes.
  • Loading branch information
mordante committed Jun 13, 2014
1 parent d2fe8d1 commit 152d50d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/config.hpp
Expand Up @@ -40,7 +40,6 @@

#include "game_errors.hpp"
#include "tstring.hpp"
#include "wesconfig.h"

class config;
struct tconfig_implementation;
Expand Down
1 change: 1 addition & 0 deletions src/game.cpp
Expand Up @@ -38,6 +38,7 @@
#include "serialization/validator.hpp"
#include "statistics.hpp"
#include "version.hpp"
#include "wesconfig.h"
#include "wml_exception.hpp"

#include <cerrno>
Expand Down

0 comments on commit 152d50d

Please sign in to comment.