1
1

* xdirentry.h: Move system includes to the files that need them.

Этот коммит содержится в:
Pavel Roskin 2003-10-16 08:47:33 +00:00
родитель 1504215498
Коммит fc7267906f
6 изменённых файлов: 7 добавлений и 12 удалений

Просмотреть файл

@ -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"