mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:47:49 +00:00
Fixup ai include paths
This commit is contained in:
parent
17ea7fac6b
commit
6374f57b37
@ -20,7 +20,7 @@
|
||||
#ifndef AI_COMPOSITE_ENGINE_DEFAULT_HPP_INCLUDED
|
||||
#define AI_COMPOSITE_ENGINE_DEFAULT_HPP_INCLUDED
|
||||
|
||||
#include "engine.hpp"
|
||||
#include "ai/composite/engine.hpp"
|
||||
|
||||
//============================================================================
|
||||
namespace ai {
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "ai.hpp"
|
||||
#include "engine_fai.hpp"
|
||||
#include "rca.hpp"
|
||||
#include "ai/composite/rca.hpp"
|
||||
#include "ai/formula/ai.hpp"
|
||||
#include "ai/formula/candidates.hpp"
|
||||
#include "ai/formula/stage_side_formulas.hpp"
|
||||
|
@ -20,8 +20,8 @@
|
||||
#ifndef AI_COMPOSITE_ENGINE_FAI_HPP_INCLUDED
|
||||
#define AI_COMPOSITE_ENGINE_FAI_HPP_INCLUDED
|
||||
|
||||
#include "engine.hpp"
|
||||
#include "contexts.hpp"
|
||||
#include "ai/composite/engine.hpp"
|
||||
#include "ai/default/contexts.hpp"
|
||||
|
||||
//============================================================================
|
||||
namespace ai {
|
||||
|
@ -17,12 +17,12 @@
|
||||
* @file
|
||||
*/
|
||||
|
||||
#include "ai.hpp"
|
||||
#include "ai/formula/ai.hpp"
|
||||
#include "engine_lua.hpp"
|
||||
#include "goal.hpp"
|
||||
#include "rca.hpp"
|
||||
#include "stage.hpp"
|
||||
#include "aspect.hpp"
|
||||
#include "ai/composite/goal.hpp"
|
||||
#include "ai/composite/rca.hpp"
|
||||
#include "ai/composite/stage.hpp"
|
||||
#include "ai/composite/aspect.hpp"
|
||||
|
||||
#include "ai/gamestate_observer.hpp"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef AI_COMPOSITE_ENGINE_LUA_HPP_INCLUDED
|
||||
#define AI_COMPOSITE_ENGINE_LUA_HPP_INCLUDED
|
||||
|
||||
#include "engine.hpp"
|
||||
#include "ai/composite/engine.hpp"
|
||||
|
||||
//============================================================================
|
||||
namespace ai {
|
||||
|
Loading…
x
Reference in New Issue
Block a user