changeset 1562:00ba13693a97

* alloc.c: #include "frame.h" unconditionally. frame.h does the right thing when MULTI_FRAME isn't defined.
author Jim Blandy <jimb@redhat.com>
date Sat, 07 Nov 1992 06:59:38 +0000
parents 82e64050c565
children e721339972b0
files src/alloc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Sat Nov 07 06:59:14 1992 +0000
+++ b/src/alloc.c	Sat Nov 07 06:59:38 1992 +0000
@@ -25,9 +25,7 @@
 #ifndef standalone
 #include "buffer.h"
 #include "window.h"
-#ifdef MULTI_FRAME
 #include "frame.h"
-#endif	/* MULTI_FRAME */
 #endif
 
 #include "syssignal.h"