comparison src/inline.c @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 558f606b08ae
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
45 #include "buffer.h" 45 #include "buffer.h"
46 #include "bytecode.h" 46 #include "bytecode.h"
47 #include "chartab.h" 47 #include "chartab.h"
48 #include "console.h" 48 #include "console.h"
49 #include "device.h" 49 #include "device.h"
50 #include "eldap.h"
51 #include "elhash.h" 50 #include "elhash.h"
52 #include "events.h" 51 #include "events.h"
53 #include "extents.h" 52 #include "extents.h"
54 #include "faces.h" 53 #include "faces.h"
55 #include "frame.h" 54 #include "frame.h"
62 #include "rangetab.h" 61 #include "rangetab.h"
63 #include "specifier.h" 62 #include "specifier.h"
64 #include "syntax.h" 63 #include "syntax.h"
65 #include "window.h" 64 #include "window.h"
66 65
66 #ifdef HAVE_LDAP
67 #include "eldap.h"
68 #endif
69
67 #ifdef HAVE_TOOLBARS 70 #ifdef HAVE_TOOLBARS
68 #include "toolbar.h" 71 #include "toolbar.h"
69 #endif 72 #endif
70 73
71 #ifdef HAVE_DATABASE 74 #ifdef HAVE_DATABASE
72 #include "database.h" 75 #include "database.h"
73 #endif 76 #endif
74
75 77
76 #ifdef HAVE_X_WINDOWS 78 #ifdef HAVE_X_WINDOWS
77 #include "glyphs-x.h" 79 #include "glyphs-x.h"
78 #include "gui-x.h" 80 #include "gui-x.h"
79 #endif 81 #endif
80 82
81 #ifdef FILE_CODING 83 #ifdef FILE_CODING
82 #include "file-coding.h" 84 #include "file-coding.h"
83 #endif 85 #endif
84 86
85
86 #ifdef TOOLTALK 87 #ifdef TOOLTALK
87 #include TT_C_H_PATH
88 #include "tooltalk.h" 88 #include "tooltalk.h"
89 #endif 89 #endif
90