--- rxvt-unicode/src/rxvtlib.h.in 2006/01/17 06:06:42 1.68 +++ rxvt-unicode/src/rxvtlib.h.in 2006/01/29 20:51:28 1.73 @@ -30,11 +30,10 @@ // stdlib.h might provide it #endif -#include "ptytty.h" -#include "logging.h" - extern "C" { -#include /* Xlib, Xutil, Xresource, Xfuncproto */ +#include +#include +#include } /* @@ -55,7 +54,6 @@ struct rxvt_color; struct rxvt_vars; /* defined later on */ struct rxvt_term; -struct rxvt_display; struct rxvt_im; struct rxvt_drawable; @@ -237,7 +235,6 @@ scrollBar_t scrollBar; uint32_t options; XSizeHints szHint; - rxvt_display *display; rxvt_color *pix_colors; rxvt_color *pix_colors_focused; #ifdef OFF_FOCUS_FADING @@ -257,7 +254,6 @@ }; void rxvt_init (); -bool rxvt_tainted (); #endif /* _RXVTLIB_H_ */