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:
parent
b49c2f56af
commit
549561ff03
110 changed files with 13 additions and 109 deletions
|
@ -72,7 +72,6 @@ static int quiet = 0;
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include "chance.h"
|
||||
#include "file.h"
|
||||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
#include "sect.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue