Skip to content

Commit

Permalink
clear unused forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 6, 2014
1 parent 1730099 commit 1ae3c92
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/ai/game_info.hpp
Expand Up @@ -29,7 +29,6 @@ namespace pathfind {
#include <map>

class game_display;
class game_state;
class gamemap;
class unit_map;
class team;
Expand Down
1 change: 0 additions & 1 deletion src/multiplayer_ui.hpp
Expand Up @@ -28,7 +28,6 @@
class display;
class game_display;
class config;
class game_state;

namespace mp {

Expand Down
1 change: 0 additions & 1 deletion src/storyscreen/controller.hpp
Expand Up @@ -27,7 +27,6 @@
#include <boost/shared_ptr.hpp>

class display;
class game_state;
class vconfig;

namespace storyscreen {
Expand Down
1 change: 0 additions & 1 deletion src/storyscreen/part.hpp
Expand Up @@ -29,7 +29,6 @@
class config;
class vconfig;
class display;
class game_state;

namespace storyscreen {

Expand Down
1 change: 0 additions & 1 deletion src/tod_manager.hpp
Expand Up @@ -19,7 +19,6 @@
#include "time_of_day.hpp"
#include "savegame_config.hpp"

class game_state;
class gamemap;
class unit_map;

Expand Down
2 changes: 1 addition & 1 deletion src/variable.hpp
Expand Up @@ -231,7 +231,7 @@ struct variable_info
std::string key; //the name of the internal attribute or child
bool explicit_index; //true if query ended in [...] specifier
size_t index; //the index of the child
config *vars; //the containing node in game_state::variables
config *vars; //the containing node in game_data s variables

/**
* Results: after deciding the desired type, these methods can retrieve the result
Expand Down

0 comments on commit 1ae3c92

Please sign in to comment.