Fixup ai include paths

This commit is contained in:
Charles Dang 2016-03-24 15:27:01 +11:00
parent 17ea7fac6b
commit 6374f57b37
5 changed files with 10 additions and 10 deletions

View file

@ -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 {

View file

@ -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"

View file

@ -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 {

View file

@ -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"

View file

@ -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 {