* extfs.c: Don't include xdirentry.h.

* vfs.c: Likewise.
This commit is contained in:
Pavel Roskin 2003-10-11 09:36:29 +00:00
parent c028805b33
commit b2486a2b71
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2003-10-11 Pavel Roskin <proski@gnu.org>
* extfs.c: Don't include xdirentry.h.
* vfs.c: Likewise.
* ftpfs.c: Switch to self-registration.
* vfs.h: Remove parts used only when USE_VFS is not defined.

View File

@ -37,7 +37,6 @@
#include "utilvfs.h"
#include "../src/dialog.h"
#include "../src/execute.h" /* For shell_execute */
#include "xdirentry.h"
#include "vfs.h"
#include "extfs.h"

View File

@ -39,6 +39,7 @@
#include <errno.h>
#include <sys/types.h>
#include <signal.h>
#include <ctype.h> /* is_digit() */
#include "utilvfs.h"
@ -46,7 +47,6 @@
#include "../src/layout.h" /* get_current_type() */
#include "../src/wtools.h" /* input_dialog() */
#include "xdirentry.h"
#include "vfs.h"
#include "extfs.h" /* FIXME: we should not know anything about our modules */
#include "names.h"