diff options
| author | Jim Blandy | 1992-11-07 06:59:38 +0000 |
|---|---|---|
| committer | Jim Blandy | 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.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. */ | |||
| 25 | #ifndef standalone | 25 | #ifndef standalone |
| 26 | #include "buffer.h" | 26 | #include "buffer.h" |
| 27 | #include "window.h" | 27 | #include "window.h" |
| 28 | #ifdef MULTI_FRAME | ||
| 29 | #include "frame.h" | 28 | #include "frame.h" |
| 30 | #endif /* MULTI_FRAME */ | ||
| 31 | #endif | 29 | #endif |
| 32 | 30 | ||
| 33 | #include "syssignal.h" | 31 | #include "syssignal.h" |