# HG changeset patch # User Jim Blandy # Date 721119578 0 # Node ID 00ba13693a975d23361a09f25072c2e13eb8b5a9 # Parent 82e64050c5653d3c5b8e9335251b861565d1734b * alloc.c: #include "frame.h" unconditionally. frame.h does the right thing when MULTI_FRAME isn't defined. diff -r 82e64050c565 -r 00ba13693a97 src/alloc.c --- 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"