Unclutter includes.
This commit is contained in:
parent
183d657ee4
commit
8e06d2fe22
3 changed files with 10 additions and 8 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "replay.hpp"
|
||||
#include "SDL_timer.h"
|
||||
#include "sound.hpp"
|
||||
#include "soundsource.hpp"
|
||||
#include "team.hpp"
|
||||
#include "terrain_filter.hpp"
|
||||
#include "unit_display.hpp"
|
||||
#include "util.hpp"
|
||||
|
|
|
@ -15,18 +15,19 @@
|
|||
#define GAME_EVENTS_H_INCLUDED
|
||||
|
||||
class config;
|
||||
class t_string;
|
||||
class game_display;
|
||||
class gamestatus;
|
||||
class unit;
|
||||
class game_data;
|
||||
class game_display;
|
||||
class game_state;
|
||||
class gamestatus;
|
||||
class team;
|
||||
class t_string;
|
||||
class unit;
|
||||
|
||||
#include "map.hpp"
|
||||
#include "soundsource.hpp"
|
||||
#include "team.hpp"
|
||||
#include "variable.hpp"
|
||||
#include "unit_map.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
#ifndef VARIABLE_H_INCLUDED
|
||||
#define VARIABLE_H_INCLUDED
|
||||
|
||||
#include "config.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
class config;
|
||||
class game_state;
|
||||
class t_string;
|
||||
class unit_map;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue