Mercurial > hg > xemacs-beta
comparison src/inline.c @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
65 #ifdef HAVE_X_WINDOWS | 65 #ifdef HAVE_X_WINDOWS |
66 #include "console-x.h" | 66 #include "console-x.h" |
67 #include "glyphs-x.h" | 67 #include "glyphs-x.h" |
68 #include "gui-x.h" | 68 #include "gui-x.h" |
69 #endif | 69 #endif |
70 | |
71 #ifdef TOOLTALK | |
72 #include <tt_c.h> | |
73 #include "tooltalk.h" | |
74 #endif |