removed more useless inclusions
This commit is contained in:
parent
9dcb399cc9
commit
26bbe121a7
3 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "filesystem.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "image.hpp"
|
||||
#include "font.hpp"
|
||||
#include "log.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "team.hpp"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#ifndef TOOLTIPS_HPP_INCLUDED
|
||||
#define TOOLTIPS_HPP_INCLUDED
|
||||
|
||||
#include "font.hpp"
|
||||
#include "video.hpp"
|
||||
#include "display.hpp"
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "font.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "language.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue