* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not

needed anymore.
This commit is contained in:
Pavel Roskin 2001-09-07 19:54:15 +00:00
parent 944cfcffe6
commit 4895273a57
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,8 @@
2001-09-07 Pavel Roskin <proski@gnu.org> 2001-09-07 Pavel Roskin <proski@gnu.org>
* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
needed anymore.
* global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all * global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all
sources not to include them and to include global.h at the right sources not to include them and to include global.h at the right
place. place.

View File

@ -1,12 +1,8 @@
#ifndef __USER_H #ifndef __USER_H
#define __USER_H #define __USER_H
#ifndef MIDNIGHT
#include "panel.h" #include "panel.h"
#define MIDNIGHT #include "edit/edit-widget.h"
#include "../edit/edit-widget.h"
#undef MIDNIGHT
#endif
void user_menu_cmd (WEdit *edit_widget); void user_menu_cmd (WEdit *edit_widget);
char *expand_format (WEdit *edit_widget, char c, int quote); char *expand_format (WEdit *edit_widget, char c, int quote);