simplify header

This commit is contained in:
Ali El Gariani 2010-05-20 13:48:34 +00:00
parent 0c2499f3e7
commit a9ecd0ac54
4 changed files with 6 additions and 4 deletions

View file

@ -21,6 +21,7 @@
#include "game_config.hpp"
#include "font.hpp"
#include "language.hpp"
#include "image.hpp"
#include "marked-up_text.hpp"
#include "sound.hpp"
#include "video.hpp"

View file

@ -21,14 +21,16 @@
#include <vector>
#include "../image.hpp"
#include "../events.hpp"
#include "../sdl_utils.hpp"
#include "scrollarea.hpp"
#include "SDL.h"
namespace image{
class locator;
}
namespace gui {
class menu;

View file

@ -20,9 +20,9 @@
#include "widgets/menu.hpp"
#include "font.hpp"
#include "image.hpp"
#include "video.hpp"
namespace gui {
//static initializations

View file

@ -18,7 +18,6 @@
#define SCROLLAREA_HPP_INCLUDED
#include "SDL.h"
#include "../sdl_utils.hpp"
#include "scrollbar.hpp"
#include "widget.hpp"