include cleanup: widgets/*

This commit is contained in:
Yann Dirson 2005-03-10 02:09:26 +00:00
parent 64250882ba
commit 36a69b9e9e
8 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@
#include "SDL.h"
#include "button.hpp"
#include "../display.hpp"
class display;
namespace gui {

View file

@ -14,7 +14,8 @@
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "../display.hpp"
class display;
#include "../events.hpp"
#include "../filesystem.hpp"
#include "../font.hpp"

View file

@ -2,6 +2,7 @@
#include "menu.hpp"
#include "../display.hpp"
#include "../font.hpp"
#include "../sdl_utils.hpp"
#include "../show_dialog.hpp"

View file

@ -4,7 +4,8 @@
#include <string>
#include <vector>
#include "../display.hpp"
class display;
#include "../events.hpp"
#include "../sdl_utils.hpp"

View file

@ -13,10 +13,9 @@
#include "../global.hpp"
class display;
#include "scrollarea.hpp"
#include "../display.hpp"
#include "../image.hpp"
#include "../video.hpp"
#include <algorithm>
#include <iostream>

View file

@ -20,7 +20,6 @@
#include "SDL.h"
#include "../sdl_utils.hpp"
#include "scrollarea.hpp"
#include "widget.hpp"
namespace gui {

View file

@ -14,8 +14,6 @@
#ifndef TEXTBOX_HPP_INCLUDED
#define TEXTBOX_HPP_INCLUDED
#include "../events.hpp"
#include "../key.hpp"
#include "../serialization/string_utils.hpp"
#include "../sdl_utils.hpp"

View file

@ -6,6 +6,7 @@
#include "SDL.h"
#include <string>
#include <vector>
class display;