* extfs.c: Don't include xdirentry.h.
* vfs.c: Likewise.
Этот коммит содержится в:
родитель
c028805b33
Коммит
b2486a2b71
@ -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"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user