forked from github/server
fixed a few includes, problem caused by the header move yesterday
This commit is contained in:
parent
b0e5f436cd
commit
584cea02ed
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
#include <kernel/eressea.h>
|
||||
#include "items.h"
|
||||
|
||||
#include "study.h"
|
||||
|
||||
#include <kernel/curse.h>
|
||||
#include <kernel/building.h>
|
||||
#include <kernel/faction.h>
|
||||
|
@ -16,7 +18,6 @@
|
|||
#include <kernel/ship.h>
|
||||
#include <kernel/skill.h>
|
||||
#include <kernel/spell.h>
|
||||
#include <kernel/study.h>
|
||||
#include <kernel/unit.h>
|
||||
|
||||
#include <items/demonseye.h>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
/* gamecode includes */
|
||||
#include <gamecode/economy.h>
|
||||
#include <gamecode/monster.h>
|
||||
#include <gamecode/study.h>
|
||||
|
||||
/* kernel includes */
|
||||
#include <kernel/alchemy.h>
|
||||
|
@ -55,7 +56,6 @@
|
|||
#include <kernel/skill.h>
|
||||
#include <kernel/spell.h>
|
||||
#include <kernel/spellid.h>
|
||||
#include <kernel/study.h>
|
||||
#include <kernel/teleport.h>
|
||||
#include <kernel/terrain.h>
|
||||
#include <kernel/terrainid.h>
|
||||
|
|
Loading…
Reference in a new issue