1
1

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

* vfs.c: Likewise.
Этот коммит содержится в:
Pavel Roskin 2003-10-11 09:36:29 +00:00
родитель c028805b33
Коммит b2486a2b71
3 изменённых файлов: 4 добавлений и 2 удалений

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

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

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

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

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

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