Unclutter includes.

This commit is contained in:
Mark de Wever 2007-12-22 11:38:26 +00:00
parent d1ee4949cd
commit 183d657ee4
3 changed files with 7 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -17,6 +17,7 @@
#include "global.hpp"
#include "color_range.hpp"
#include "config.hpp"
#include "filesystem.hpp"
#include "game_config.hpp"