mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 21:12:02 +00:00
Remove unneeded includes.
This commit is contained in:
parent
1555abe0ab
commit
7a26dc284a
@ -22,15 +22,11 @@
|
|||||||
#ifndef AI_COMPOSITE_ENGINE_HPP_INCLUDED
|
#ifndef AI_COMPOSITE_ENGINE_HPP_INCLUDED
|
||||||
#define AI_COMPOSITE_ENGINE_HPP_INCLUDED
|
#define AI_COMPOSITE_ENGINE_HPP_INCLUDED
|
||||||
|
|
||||||
#include "../../global.hpp"
|
|
||||||
|
|
||||||
#include "component.hpp"
|
#include "component.hpp"
|
||||||
#include "../contexts.hpp"
|
#include "../contexts.hpp"
|
||||||
#include "../game_info.hpp"
|
|
||||||
#include "../../config.hpp"
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user