diff --git a/vfs/ChangeLog b/vfs/ChangeLog index c6ec0a267..0b55a6124 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,7 @@ +2002-11-11 Pavel Roskin + + * vfs.c: Leave only necessary includes from ../src. + 2002-11-10 Pavel Roskin * vfs.c: Make the last argument to MC_OP non-empty in the diff --git a/vfs/vfs.c b/vfs/vfs.c index 058b31a26..09c1a176b 100644 --- a/vfs/vfs.c +++ b/vfs/vfs.c @@ -42,11 +42,8 @@ #include "utilvfs.h" -#include "../src/dir.h" -#include "../src/main.h" -#include "../src/panel.h" -#include "../src/key.h" /* Required for the async alarm handler */ -#include "../src/layout.h" /* For get_panel_widget and get_other_index */ +#include "../src/panel.h" /* get_current_panel() */ +#include "../src/layout.h" /* get_current_type() */ #include "../src/wtools.h" /* input_dialog() */ #include "xdirentry.h"