--- deliantra/server/include/global.h 2006/12/18 02:35:01 1.29 +++ deliantra/server/include/global.h 2006/12/18 03:00:02 1.30 @@ -64,7 +64,9 @@ /* This blob, in this order, is needed to actually define maps */ #include "face.h" -/* Include the basic defines from spells.h */ + +#include "spells.h" + #include "attack.h" /* needs to be before material.h */ #include "material.h" #include "living.h" @@ -110,9 +112,6 @@ /* Now for recipe/alchemy */ #include "recipe.h" -/* Now for spells */ -#include "spells.h" - #include "funcpoint.h" /*****************************************************************************