mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 07:30:50 -08:00
Include lisp.h earlier (before termhooks.h).
This commit is contained in:
parent
b602ba2fac
commit
47099d6f79
1 changed files with 1 additions and 1 deletions
|
|
@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "lisp.h"
|
||||
#include "termchar.h"
|
||||
#include "termopts.h"
|
||||
#include "termhooks.h"
|
||||
#include "cm.h"
|
||||
#include "lisp.h"
|
||||
#include "dispextern.h"
|
||||
#include "buffer.h"
|
||||
#include "frame.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue