Include "file.h" where it's needed

Several headers define macros that use ef_ptr() without including
"file.h".  Fix that.  Drop redundant inclusions elsewhere.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-07-16 10:09:42 +02:00
parent b49c2f56af
commit 549561ff03
110 changed files with 13 additions and 109 deletions

View file

@ -33,7 +33,6 @@
#ifndef COMMANDS_H
#define COMMANDS_H
#include "file.h"
#include "nat.h"
#include "nsc.h"
#include "player.h"