include: Factor fnameat.h out of prototypes.h
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
48fcff36b2
commit
6b72fefafb
5 changed files with 47 additions and 3 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include "file.h"
|
||||
#include "fnameat.h"
|
||||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
#include "xdump.h"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "fnameat.h"
|
||||
#include "misc.h"
|
||||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
|
|
|
@ -33,7 +33,9 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include "prototypes.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "fnameat.h"
|
||||
|
||||
static int fname_is_abs(const char *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue