* file.c: Remove unneeded WANT_WIDGETS.

* layout.c: Likewise.
* setup.c: Likewise.
* view.c: Likewise.
This commit is contained in:
Pavel Roskin 2005-05-10 21:38:40 +00:00
parent 21ea3f6740
commit 446c06ea0c
5 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

@ -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 */

View File

@ -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 */

View File

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