Mercurial > hg > xemacs-beta
comparison src/inline.c @ 884:0048cad4b034
[xemacs-hg @ 2002-06-27 21:35:52 by youngs]
2002-06-28 Steve Youngs <youngs@xemacs.org>
* inline.c: Include device-impl.h, extents-impl.h, and
frame-impl.h to pick up some error_check_* functions. Remove
console.h, extents.h, and frame.h because the *-impl.h files
include them.
author | youngs |
---|---|
date | Thu, 27 Jun 2002 21:35:53 +0000 |
parents | 84762348c6f9 |
children | 9a25b5ae3a51 |
comparison
equal
deleted
inserted
replaced
883:1e9272790fe0 | 884:0048cad4b034 |
---|---|
47 | 47 |
48 #include "buffer.h" | 48 #include "buffer.h" |
49 #include "bytecode.h" | 49 #include "bytecode.h" |
50 #include "casetab.h" | 50 #include "casetab.h" |
51 #include "chartab.h" | 51 #include "chartab.h" |
52 #include "console.h" | 52 #include "device-impl.h" |
53 #include "device.h" | |
54 #include "elhash.h" | 53 #include "elhash.h" |
55 #include "events.h" | 54 #include "events.h" |
56 #include "extents.h" | 55 #include "extents-impl.h" |
57 #include "faces.h" | 56 #include "faces.h" |
58 #include "frame.h" | 57 #include "frame-impl.h" |
59 #include "glyphs.h" | 58 #include "glyphs.h" |
60 #include "gui.h" | 59 #include "gui.h" |
61 #include "keymap.h" | 60 #include "keymap.h" |
62 #include "lstream.h" | 61 #include "lstream.h" |
63 #include "objects.h" | 62 #include "objects.h" |