include cleanup: tooltips

This commit is contained in:
Yann Dirson 2005-03-10 22:29:57 +00:00
parent 7c783d82d8
commit 59ad858b54
15 changed files with 19 additions and 5 deletions

View file

@ -14,6 +14,7 @@
#include "wesconfig.h"
#include "global.hpp"
#include "display.hpp"
#include "font.hpp"
#include "filesystem.hpp"
#include "game_config.hpp"

View file

@ -14,6 +14,7 @@
#include "about.hpp"
#include "cursor.hpp"
#include "display.hpp"
#include "events.hpp"
#include "font.hpp"
#include "game_config.hpp"

View file

@ -16,6 +16,7 @@
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "config.hpp"
#include "display.hpp"
#include "events.hpp"
#include "hotkeys.hpp"
#include "gettext.hpp"

View file

@ -13,6 +13,7 @@
#include "global.hpp"
#include "display.hpp"
#include "events.hpp"
#include "font.hpp"
#include "game_config.hpp"

View file

@ -2,6 +2,7 @@
#include "mapgen_dialog.hpp"
#include "display.hpp"
#include "events.hpp"
#include "font.hpp"
#include "gettext.hpp"

View file

@ -13,12 +13,13 @@
#ifndef MULTIPLAYER_CONNECT_H_INCLUDED
#define MULTIPLAYER_CONNECT_H_INCLUDED
#include "widgets/scrollpane.hpp"
#include "config.hpp"
#include "gamestatus.hpp"
#include "leader_list.hpp"
#include "multiplayer_ui.hpp"
#include "multiplayer_create.hpp"
#include "config.hpp"
#include "network.hpp"
#include "leader_list.hpp"
#include "widgets/scrollpane.hpp"
#include <string>

View file

@ -11,8 +11,10 @@
See the COPYING file for more details.
*/
#include "display.hpp"
#include "gettext.hpp"
#include "global.hpp"
#include "image.hpp"
#include "show_dialog.hpp"
#include "map_create.hpp"
#include "multiplayer_create.hpp"

View file

@ -13,6 +13,7 @@
#include "global.hpp"
#include "display.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "multiplayer_wait.hpp"

View file

@ -19,6 +19,7 @@
#include "widgets/menu.hpp"
#include "widgets/combo.hpp"
#include "gamestatus.hpp"
#include "show_dialog.hpp"
#include "multiplayer_ui.hpp"
#include "leader_list.hpp"

View file

@ -13,12 +13,12 @@
#ifndef PLAYTURN_HPP_INCLUDED
#define PLAYTURN_HPP_INCLUDED
class display;
class gamestatus;
class replay_network_sender;
#include "actions.hpp"
#include "config.hpp"
#include "display.hpp"
#include "events.hpp"
#include "hotkeys.hpp"
#include "key.hpp"

View file

@ -16,6 +16,7 @@
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "cursor.hpp"
#include "display.hpp"
#include "events.hpp"
#include "filesystem.hpp"
#include "font.hpp"

View file

@ -17,6 +17,7 @@
#include "config.hpp"
#include "cursor.hpp"
#include "display.hpp"
#include "events.hpp"
#include "font.hpp"
#include "gettext.hpp"

View file

@ -1,5 +1,6 @@
#include "global.hpp"
#include "display.hpp"
#include "font.hpp"
#include "show_dialog.hpp"
#include "tooltips.hpp"

View file

@ -1,7 +1,7 @@
#ifndef TOOLTIPS_HPP_INCLUDED
#define TOOLTIPS_HPP_INCLUDED
#include "display.hpp"
class display;
#include "SDL.h"

View file

@ -17,6 +17,7 @@
#include "../serialization/string_utils.hpp"
#include "../sdl_utils.hpp"
#include "display.hpp"
#include "scrollarea.hpp"
#include "SDL.h"