Unclutter includes.
This commit is contained in:
parent
d1ee4949cd
commit
183d657ee4
3 changed files with 7 additions and 3 deletions
|
@ -14,13 +14,15 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "color_range.hpp"
|
||||
#include "config.hpp"
|
||||
#include "log.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "util.hpp"
|
||||
#include "wesconfig.h"
|
||||
#include "serialization/string_utils.hpp"
|
||||
#include "tstring.hpp"
|
||||
#include "wesconfig.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
|
|
|
@ -14,10 +14,11 @@
|
|||
#ifndef GAME_CONFIG_H_INCLUDED
|
||||
#define GAME_CONFIG_H_INCLUDED
|
||||
|
||||
class color_range;
|
||||
class config;
|
||||
class t_string;
|
||||
|
||||
#include "color_range.hpp"
|
||||
#include "tstring.hpp"
|
||||
#include "SDL_types.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "color_range.hpp"
|
||||
#include "config.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "game_config.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue