Remove window from efunc.

This commit is contained in:
Renaud 2013-05-28 12:47:48 +08:00
parent 4f07526222
commit dce5f2239c
8 changed files with 7 additions and 3 deletions

1
bind.c
View File

@ -19,6 +19,7 @@
#include "file.h"
#include "fileio.h"
#include "line.h"
#include "window.h"
/* possible names and paths of help files under different OSs */

View File

@ -19,6 +19,7 @@
#include "efunc.h"
#include "file.h"
#include "line.h"
#include "window.h"
/*
* Attach a buffer to a window. The

View File

@ -16,6 +16,7 @@
#include "random.h"
#include "search.h"
#include "spawn.h"
#include "window.h"
#include "word.h"
/*

View File

@ -14,9 +14,6 @@
/* External function declarations. */
/* window.c */
#include "window.h"
/* basic.c */
#include "basic.h"

1
eval.c
View File

@ -19,6 +19,7 @@
#include "random.h"
#include "search.h"
#include "version.h"
#include "window.h"
#define MAXVARS 255

1
file.c
View File

@ -23,6 +23,7 @@
#include "input.h"
#include "line.h"
#include "main.h"
#include "window.h"
#if defined(PKCODE)
/* Max number of lines from one file. */

View File

@ -16,6 +16,7 @@
#include "random.h"
#include "search.h"
#include "spawn.h"
#include "window.h"
#include "word.h"
struct name_bind names[] = {

View File

@ -15,6 +15,7 @@
#include "edef.h"
#include "efunc.h"
#include "file.h"
#include "window.h"
#if VMS
#define EFN 0 /* Event flag. */