]> code.delx.au - gnu-emacs/commitdiff
* alloc.c: #include "frame.h" unconditionally. frame.h does the
authorJim Blandy <jimb@redhat.com>
Sat, 7 Nov 1992 06:59:38 +0000 (06:59 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 7 Nov 1992 06:59:38 +0000 (06:59 +0000)
right thing when MULTI_FRAME isn't defined.

src/alloc.c

index 66babab1ef84e8665f822406042b6a5859ea3bb5..9fecc60d09f38d4fca64624e78565b36565a0deb 100644 (file)
@@ -25,9 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef standalone
 #include "buffer.h"
 #include "window.h"
-#ifdef MULTI_FRAME
 #include "frame.h"
-#endif /* MULTI_FRAME */
 #endif
 
 #include "syssignal.h"