From fc7267906fb43a773f813091b7c7b2f3c8b0cd0d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 16 Oct 2003 08:47:33 +0000 Subject: [PATCH] * xdirentry.h: Move system includes to the files that need them. --- vfs/ChangeLog | 2 ++ vfs/direntry.c | 1 + vfs/fish.c | 1 + vfs/ftpfs.c | 2 ++ vfs/tar.c | 1 + vfs/xdirentry.h | 12 ------------ 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 26876ecf4..be93c4deb 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,7 @@ 2003-10-16 Pavel Roskin + * 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 diff --git a/vfs/direntry.c b/vfs/direntry.c index df97270a2..6e33d3493 100644 --- a/vfs/direntry.c +++ b/vfs/direntry.c @@ -25,6 +25,7 @@ * archive/site is simply "". Beware. */ #include +#include #include "utilvfs.h" #include "xdirentry.h" diff --git a/vfs/fish.c b/vfs/fish.c index da5b3f7b4..6b2d3f596 100644 --- a/vfs/fish.c +++ b/vfs/fish.c @@ -35,6 +35,7 @@ /* Define this if your ssh can take -I option */ #include +#include #undef HAVE_HACKED_SSH diff --git a/vfs/ftpfs.c b/vfs/ftpfs.c index b8e8de36b..980969ced 100644 --- a/vfs/ftpfs.c +++ b/vfs/ftpfs.c @@ -68,6 +68,8 @@ What to do with this? #include #include #include +#include +#include #include "utilvfs.h" diff --git a/vfs/tar.c b/vfs/tar.c index df817bb19..e7583370f 100644 --- a/vfs/tar.c +++ b/vfs/tar.c @@ -22,6 +22,7 @@ #include #include +#include #include "utilvfs.h" #include "xdirentry.h" diff --git a/vfs/xdirentry.h b/vfs/xdirentry.h index d855f0b2f..9abfd3722 100644 --- a/vfs/xdirentry.h +++ b/vfs/xdirentry.h @@ -1,18 +1,6 @@ #ifndef DIRENTRY_H #define DIRENTRY_H -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include "vfs.h"