Remove unneeded includes.
This commit is contained in:
parent
d66b311b6e
commit
8506a5b8ca
1 changed files with 0 additions and 6 deletions
|
@ -21,16 +21,10 @@
|
|||
#ifndef AI_COMPOSITE_AI_HPP_INCLUDED
|
||||
#define AI_COMPOSITE_AI_HPP_INCLUDED
|
||||
|
||||
#include "../../global.hpp"
|
||||
|
||||
#include "contexts.hpp"
|
||||
#include "../contexts.hpp"
|
||||
#include "../default/contexts.hpp"
|
||||
#include "../interface.hpp"
|
||||
#include "component.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
//silence "inherits via dominance" warnings
|
||||
|
|
Loading…
Add table
Reference in a new issue