mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 17:10:21 +00:00
Header dependency cleanup.
This commit is contained in:
parent
e990718a8a
commit
f7a61d825a
@ -15,7 +15,9 @@
|
||||
#ifndef __GUI_WIDGETS_CONTROL_HPP_INCLUDED__
|
||||
#define __GUI_WIDGETS_CONTROL_HPP_INCLUDED__
|
||||
|
||||
#include "gui/widgets/canvas.hpp"
|
||||
#include "gui/widgets/widget.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
namespace gui2 {
|
||||
|
||||
|
@ -15,22 +15,12 @@
|
||||
#ifndef __GUI_WIDGETS_WIDGET_HPP_INCLUDED__
|
||||
#define __GUI_WIDGETS_WIDGET_HPP_INCLUDED__
|
||||
|
||||
#include "gui/widgets/canvas.hpp"
|
||||
#include "gui/widgets/event_handler.hpp"
|
||||
|
||||
#include "sdl_utils.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
#include "tstring.hpp"
|
||||
#include "config.hpp"
|
||||
#include "variable.hpp"
|
||||
|
||||
#include "events.hpp"
|
||||
#include "SDL.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
|
||||
namespace gui2 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user