comparison src/input-method-motif.c @ 897:7da79fbe37bb

[xemacs-hg @ 2002-07-02 19:09:22 by stephent] Omitted credit to ville. <873cv26jdv.fsf@tleepslib.sk.tsukuba.ac.jp> Fix up includes. <20020627160318.A30273@nemesis.ncsl.nist.gov> Untrigger assert. <20020627164659.A31430@nemesis.ncsl.nist.gov>
author stephent
date Tue, 02 Jul 2002 19:09:31 +0000
parents 943eaba38521
children e22b0213b713
comparison
equal deleted inserted replaced
896:04749aeb5414 897:7da79fbe37bb
24 /* Written by Martin Buchholz. */ 24 /* Written by Martin Buchholz. */
25 25
26 #include <config.h> 26 #include <config.h>
27 #include <X11/Xlocale.h> /* More portable than <locale.h> ? */ 27 #include <X11/Xlocale.h> /* More portable than <locale.h> ? */
28 #include "lisp.h" 28 #include "lisp.h"
29 #include "console-x.h" 29 #include "frame-impl.h"
30 #include "console-x-impl.h"
30 #include "device.h" 31 #include "device.h"
31 #include "frame.h" 32 #include "frame.h"
32 #include "EmacsFrame.h" 33 #include "EmacsFrame.h"
33 #include <Xm/Xm.h> 34 #include <Xm/Xm.h>
34 35