* xdirentry.h: Move system includes to the files that need them.
Этот коммит содержится в:
родитель
1504215498
Коммит
fc7267906f
@ -1,5 +1,7 @@
|
||||
2003-10-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* xdirentry.h: Move system includes to the files that need them.
|
||||
|
||||
* xdirentry.h: Fix typos in field names.
|
||||
|
||||
* xdirentry.h: Cleanup unused or write-only fields. Adjust all
|
||||
|
@ -25,6 +25,7 @@
|
||||
* archive/site is simply "". Beware. */
|
||||
|
||||
#include <config.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "utilvfs.h"
|
||||
#include "xdirentry.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
/* Define this if your ssh can take -I option */
|
||||
|
||||
#include <config.h>
|
||||
#include <errno.h>
|
||||
|
||||
#undef HAVE_HACKED_SSH
|
||||
|
||||
|
@ -68,6 +68,8 @@ What to do with this?
|
||||
#include <arpa/ftp.h>
|
||||
#include <arpa/telnet.h>
|
||||
#include <sys/param.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "utilvfs.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "utilvfs.h"
|
||||
#include "xdirentry.h"
|
||||
|
@ -1,18 +1,6 @@
|
||||
#ifndef DIRENTRY_H
|
||||
#define DIRENTRY_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include "vfs.h"
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user