Changes in sources matched with movement of $(srcdir)/vfs into $(srcdir)/lib/vfs/mc-vfs

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2010-01-07 01:14:09 +02:00
parent 52f6bed7d0
commit 43805741aa
23 changed files with 24 additions and 24 deletions

View File

@ -34,7 +34,7 @@
#include "global.h" /* home_dir */
#include "../src/tty/tty.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "widget.h" /* WInput */
#include "command.h"
#include "wtools.h" /* message () */

View File

@ -62,7 +62,7 @@
#include "editlock.h"
#include "edit-widget.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
int option_word_wrap_line_length = 72;
int option_typewriter_wrap = 0;

View File

@ -65,7 +65,7 @@
#include "../src/strutil.h" /* utf string functions */
#include "../src/cmddef.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "../src/editor/edit-impl.h"
#include "../src/editor/edit.h"

View File

@ -60,7 +60,7 @@
#include "../src/wtools.h" /* edit_query_dialog () */
#include "../src/strutil.h" /* utf string functions */
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#define BUF_SIZE 255
#define PID_BUF_SIZE 10

View File

@ -39,7 +39,7 @@
#include "wtools.h"
#include "panel.h" /* update_panels() */
#include "execute.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
static void

View File

@ -45,7 +45,7 @@
#include "../src/search/search.h"
#include "../src/viewer/mcviewer.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
/* If set, we execute the file command to check the file type */
int use_file_to_check_type = 1;

View File

@ -80,8 +80,8 @@
#include "file.h"
#include "filegui.h"
#include "tree.h"
#include "../vfs/vfs-impl.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs-impl.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
/* }}} */

View File

@ -38,7 +38,7 @@
#include "fs.h"
#include "util.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
static char *
get_absolute_name (const char *file)

View File

@ -40,7 +40,7 @@
#include "../src/search/search.h"
#include "../src/mcconfig/mcconfig.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "setup.h" /* verbose */
#include "strutil.h"

View File

@ -73,7 +73,7 @@
#include "../src/viewer/mcviewer.h" /* The view widget */
#include "setup.h" /* For save_setup() */
#include "../vfs/vfs.h" /* For vfs_translate_url() */
#include "../../lib/vfs/mc-vfs/vfs.h" /* For vfs_translate_url() */
/* Controls the display of the rotating dash on the verbose mode */
int nice_rotating_dash = 1;

View File

@ -79,7 +79,7 @@
#include "fileloc.h" /* MC_USERCONF_DIR */
#include "user.h" /* user_file_menu_cmd() */
#include "../vfs/vfs.h" /* vfs_translate_url() */
#include "../../lib/vfs/mc-vfs/vfs.h" /* vfs_translate_url() */
#include "chmod.h"
#include "chown.h"

View File

@ -28,7 +28,7 @@
#include "global.h"
#include "../../vfs/vfs.h" /* mc_stat */
#include "../../lib/vfs/mc-vfs/vfs.h" /* mc_stat */
#include "../../src/util.h"
#include "mcconfig.h"

View File

@ -37,7 +37,7 @@
#include "../src/skin/skin.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "dialog.h"
#include "widget.h"

View File

@ -62,7 +62,7 @@
#include "charsets.h" /* get_codepage_id () */
#include "cmddef.h" /* CK_ cmd name const */
#include "keybind.h" /* global_keymap_t */
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#define ELEMENTS(arr) ( sizeof(arr) / sizeof((arr)[0]) )

View File

@ -33,7 +33,7 @@
#include "../src/tty/tty.h"
#include "../src/tty/key.h"
#include "../src/tty/mouse.h" /* To make view.h happy */
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "args.h"
#include "dir.h"

View File

@ -58,7 +58,7 @@
#include "strutil.h"
#include "fileloc.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#ifndef WEXITSTATUS
# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)

View File

@ -50,7 +50,7 @@
#include "global.h"
#include "treestore.h"
#include "../src/mcconfig/mcconfig.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "setup.h"
#include "fileloc.h"

View File

@ -42,7 +42,7 @@
#include "strutil.h"
#include "../src/search/search.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "../src/editor/edit.h" /* WEdit, BLOCK_FILE */

View File

@ -57,7 +57,7 @@
#include "dir.h"
#include "fileloc.h"
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#ifdef HAVE_CHARSET
#include "charsets.h"

View File

@ -58,7 +58,7 @@
#include "../src/global.h"
#include "../src/wtools.h"
#include "../../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "internal.h"

View File

@ -41,7 +41,7 @@
#include "../src/global.h"
#include "../src/wtools.h"
#include "../../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "internal.h"

View File

@ -47,7 +47,7 @@
#include "../src/wtools.h"
#include "../src/charsets.h"
#include "../../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "internal.h"

View File

@ -48,7 +48,7 @@
#include "../src/tty/key.h" /* XCTRL and ALT macros */
#include "../src/mcconfig/mcconfig.h" /* for history loading and saving */
#include "../vfs/vfs.h"
#include "../../lib/vfs/mc-vfs/vfs.h"
#include "dialog.h"
#include "widget.h"