reduce item.h include dependencies

This commit is contained in:
Enno Rehling 2016-11-14 01:05:10 +01:00
parent d28d3f4690
commit d0b4f16213
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ without prior permission by the authors of Eressea.
#include <kernel/order.h>
#include <kernel/region.h>
#include <kernel/unit.h>
#include <kernel/item.h>
#include <kernel/command.h>
/* util includes */

View File

@ -21,7 +21,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "skill.h"
#include "curse.h"
#include "item.h"
#include "race.h"
#include "region.h"
#include "terrain.h"