mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
Remove unneeded includes.
This commit is contained in:
parent
88451e9773
commit
36cc6b5f82
@ -17,14 +17,10 @@
|
||||
#ifndef FLOATING_TEXTBOX_H_INCLUDED
|
||||
#define FLOATING_TEXTBOX_H_INCLUDED
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
// Scoped_resource can't use a pointer to an incomplete pointer with MSVC.
|
||||
#include "widgets/textbox.hpp"
|
||||
#include "scoped_resource.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
class game_display;
|
||||
|
Loading…
x
Reference in New Issue
Block a user