From 91f7a47331389beaaba6726f6af444895b90f67d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 11 Nov 2002 06:28:30 +0000 Subject: [PATCH] * vfs.c: Leave only necessary includes from ../src. --- vfs/ChangeLog | 4 ++++ vfs/vfs.c | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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"