mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 15:11:42 +03:00
* file.c: Remove unneeded WANT_WIDGETS.
* layout.c: Likewise. * setup.c: Likewise. * view.c: Likewise.
This commit is contained in:
parent
21ea3f6740
commit
446c06ea0c
@ -1,3 +1,10 @@
|
||||
2005-05-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* file.c: Remove unneeded WANT_WIDGETS.
|
||||
* layout.c: Likewise.
|
||||
* setup.c: Likewise.
|
||||
* view.c: Likewise.
|
||||
|
||||
2005-05-10 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* find.c (find_parameters): Moved around and reordered dialog
|
||||
|
@ -57,8 +57,7 @@
|
||||
#include "win.h"
|
||||
#include "dialog.h"
|
||||
#include "widget.h"
|
||||
#define WANT_WIDGETS
|
||||
#include "main.h" /* WANT_WIDGETS-> we get the the_hint def */
|
||||
#include "main.h" /* cmd_buf */
|
||||
#include "layout.h"
|
||||
#include "widget.h"
|
||||
#include "wtools.h"
|
||||
|
@ -64,7 +64,6 @@
|
||||
#include "info.h" /* The Info widget */
|
||||
#include "view.h" /* The view widget */
|
||||
|
||||
#define WANT_WIDGETS
|
||||
#include "setup.h" /* For save_setup() */
|
||||
|
||||
/* Controls the display of the rotating dash on the verbose mode */
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "main.h"
|
||||
#include "tree.h" /* xtree_mode */
|
||||
#include "profile.h"
|
||||
#define WANT_WIDGETS
|
||||
#include "setup.h"
|
||||
#include "mouse.h" /* To make view.h happy */
|
||||
#include "view.h" /* For the externs */
|
||||
|
@ -59,8 +59,7 @@
|
||||
#include "panel.h" /* Needed for current_panel and other_panel */
|
||||
#include "win.h"
|
||||
#include "execute.h"
|
||||
#include "main.h" /* For the externs */
|
||||
#define WANT_WIDGETS
|
||||
#include "main.h" /* slow_terminal */
|
||||
#include "view.h"
|
||||
|
||||
#include "charsets.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user