comparison src/bytecode.c @ 50995:c955fcb7a64a

Include window.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 May 2003 18:50:10 +0000
parents a32b154ea162
children 1e9eeff3616b
comparison
equal deleted inserted replaced
50994:5461f0256e86 50995:c955fcb7a64a
1 /* Execution of byte code produced by bytecomp.el. 1 /* Execution of byte code produced by bytecomp.el.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
37 #include <config.h> 37 #include <config.h>
38 #include "lisp.h" 38 #include "lisp.h"
39 #include "buffer.h" 39 #include "buffer.h"
40 #include "charset.h" 40 #include "charset.h"
41 #include "syntax.h" 41 #include "syntax.h"
42 #include "window.h"
42 43
43 #ifdef CHECK_FRAME_FONT 44 #ifdef CHECK_FRAME_FONT
44 #include "frame.h" 45 #include "frame.h"
45 #include "xterm.h" 46 #include "xterm.h"
46 #endif 47 #endif