* vfs.c: Leave only necessary includes from ../src.

This commit is contained in:
Pavel Roskin 2002-11-11 06:28:30 +00:00
parent e917b70e56
commit 91f7a47331
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-11-11 Pavel Roskin <proski@gnu.org>
* vfs.c: Leave only necessary includes from ../src.
2002-11-10 Pavel Roskin <proski@gnu.org>
* vfs.c: Make the last argument to MC_OP non-empty in the

View File

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