summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-07 06:59:38 +0000
committerJim Blandy <jimb@redhat.com>1992-11-07 06:59:38 +0000
commitd0f7e1511e23359d58184e59dccffa61f03ee0b8 (patch)
tree89531a8d306ae1955aa496b43286b1751a4c41bc /src/alloc.c
parent43a904c120388747ac94d317aff0df94fe66099b (diff)
downloademacs-d0f7e1511e23359d58184e59dccffa61f03ee0b8.tar.gz
emacs-d0f7e1511e23359d58184e59dccffa61f03ee0b8.tar.bz2
emacs-d0f7e1511e23359d58184e59dccffa61f03ee0b8.zip
* alloc.c: #include "frame.h" unconditionally. frame.h does the
right thing when MULTI_FRAME isn't defined.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 66babab1ef8..9fecc60d09f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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"