* cmd.c: No need to define "MIDNIGHT" before including vfs.h.

This commit is contained in:
Pavel Roskin 2001-09-07 20:15:14 +00:00
parent afee09a276
commit 89dc0964cb
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2001-09-07 Pavel Roskin <proski@gnu.org>
* cmd.c: No need to define "MIDNIGHT" before including vfs.h.
* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
needed anymore.

View File

@ -73,8 +73,7 @@
#include "setup.h"
#include "profile.h"
#define MIDNIGHT
#include "../vfs/vfs.h"
#include "vfs/vfs.h"
#define WANT_WIDGETS
#include "main.h" /* global variables, global functions */
#ifndef MAP_FILE