diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-07 06:59:38 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-07 06:59:38 +0000 |
commit | d0f7e1511e23359d58184e59dccffa61f03ee0b8 (patch) | |
tree | 89531a8d306ae1955aa496b43286b1751a4c41bc /src/alloc.c | |
parent | 43a904c120388747ac94d317aff0df94fe66099b (diff) | |
download | emacs-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.c | 2 |
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" |