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:
parent
38006079e4
commit
3e4731a35a
3 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue