1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Include keyboard.h before frame.h.

This commit is contained in:
Andrew Innes 2000-08-22 23:45:16 +00:00
parent 38006079e4
commit 3e4731a35a
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "w32term.h" /* for all of the w32 includes */
#include "dispextern.h" /* frame.h seems to want this */
#include "keyboard.h"
#include "frame.h" /* Need this to get the X window of selected_frame */
#include "blockinput.h"
#include "buffer.h"

View file

@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <signal.h>
#include <stdio.h>
#include "lisp.h"
#include "keyboard.h"
#include "frame.h"
#include "charset.h"
#include "fontset.h"

View file

@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
#include "keyboard.h"
#include "frame.h"
#include "window.h"
#include "commands.h"
#include "indent.h"
#include "termchar.h"
#include "disptab.h"
#include "keyboard.h"
#include "dispextern.h"
#include "blockinput.h"
#include "intervals.h"