Remove unneeded includes in ../src

This commit is contained in:
Pavel Roskin 2003-10-25 21:34:57 +00:00
parent 67e8519191
commit 50045218ab
9 changed files with 1 additions and 13 deletions

View File

@ -22,10 +22,6 @@
#include "utilvfs.h"
#include "xdirentry.h"
/* #include "utilvfs.h" */
#include "../src/dialog.h"
enum {
STATUS_START,
STATUS_OK,

View File

@ -29,7 +29,6 @@
#include "utilvfs.h"
#include "xdirentry.h"
#include "../src/tty.h"
#define CALL(x) if (MEDATA->x) MEDATA->x

View File

@ -35,7 +35,6 @@
#endif
#include <errno.h>
#include "utilvfs.h"
#include "../src/dialog.h"
#include "../src/execute.h" /* For shell_execute */
#include "vfs.h"
#include "extfs.h"

View File

@ -40,7 +40,6 @@
#undef HAVE_HACKED_SSH
#include "utilvfs.h"
#include "../src/dialog.h" /* For MSG_ERROR */
#include "xdirentry.h"
#include "vfs.h"

View File

@ -73,7 +73,6 @@ What to do with this?
#include "xdirentry.h"
#include "vfs.h"
#include "tcputil.h"
#include "../src/dialog.h"
#include "../src/setup.h" /* for load_anon_passwd */
#include "ftpfs.h"
#ifndef MAXHOSTNAMELEN

View File

@ -54,7 +54,6 @@
#include "mcfs.h"
#include "mcfsutil.h"
#include "tcputil.h"
#include "../src/dialog.h"
#define MCFS_MAX_CONNECTIONS 32

View File

@ -23,7 +23,7 @@
#include "vfs.h"
#include "local.h"
#include "../src/execute.h"
#include "../src/execute.h" /* EXECUTE_AS_SHELL */
struct cachedfile {
char *name, *cache;

View File

@ -46,7 +46,6 @@
#include "vfs.h"
#include "smbfs.h"
#include "../src/dialog.h"
#define SMBFS_MAX_CONNECTIONS 16
static const char * const IPC = "IPC$";

View File

@ -26,8 +26,6 @@
#include "utilvfs.h"
#include "xdirentry.h"
#include "../src/dialog.h" /* For MSG_ERROR */
#include "tar.h"
static struct vfs_class vfs_tarfs_ops;