Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/inline.c Mon Aug 13 10:34:15 2007 +0200 +++ b/src/inline.c Mon Aug 13 10:35:03 2007 +0200 @@ -47,7 +47,6 @@ #include "chartab.h" #include "console.h" #include "device.h" -#include "eldap.h" #include "elhash.h" #include "events.h" #include "extents.h" @@ -64,6 +63,10 @@ #include "syntax.h" #include "window.h" +#ifdef HAVE_LDAP +#include "eldap.h" +#endif + #ifdef HAVE_TOOLBARS #include "toolbar.h" #endif @@ -72,7 +75,6 @@ #include "database.h" #endif - #ifdef HAVE_X_WINDOWS #include "glyphs-x.h" #include "gui-x.h" @@ -82,9 +84,6 @@ #include "file-coding.h" #endif - #ifdef TOOLTALK -#include TT_C_H_PATH #include "tooltalk.h" #endif -