Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411195
Collapse All | Expand All

(-)xchat-2.8.8/src/common/servlist.c (-1 / +1 lines)
Lines 24-30 Link Here
24
#include <unistd.h>
24
#include <unistd.h>
25
25
26
#include "xchat.h"
26
#include "xchat.h"
27
#include <glib/ghash.h>
27
#include <glib.h>
28
28
29
#include "cfgfiles.h"
29
#include "cfgfiles.h"
30
#include "fe.h"
30
#include "fe.h"
(-)xchat-2.8.8/src/common/text.c (-1 / +1 lines)
Lines 28-34 Link Here
28
#include <sys/mman.h>
28
#include <sys/mman.h>
29
29
30
#include "xchat.h"
30
#include "xchat.h"
31
#include <glib/ghash.h>
31
#include <glib.h>
32
#include "cfgfiles.h"
32
#include "cfgfiles.h"
33
#include "chanopt.h"
33
#include "chanopt.h"
34
#include "plugin.h"
34
#include "plugin.h"
(-)xchat-2.8.8/src/common/util.c (-1 / +1 lines)
Lines 39-45 Link Here
39
#include <errno.h>
39
#include <errno.h>
40
#include "xchat.h"
40
#include "xchat.h"
41
#include "xchatc.h"
41
#include "xchatc.h"
42
#include <glib/gmarkup.h>
42
#include <glib.h>
43
#include <ctype.h>
43
#include <ctype.h>
44
#include "util.h"
44
#include "util.h"
45
#include "../../config.h"
45
#include "../../config.h"
(-)xchat-2.8.8/src/common/xchat.h (-5 / +1 lines)
Lines 1-10 Link Here
1
#include "../../config.h"
1
#include "../../config.h"
2
2
3
#include <glib/gslist.h>
3
#include <glib.h>
4
#include <glib/glist.h>
5
#include <glib/gutils.h>
6
#include <glib/giochannel.h>
7
#include <glib/gstrfuncs.h>
8
#include <time.h>			/* need time_t */
4
#include <time.h>			/* need time_t */
9
5
10
#ifndef XCHAT_H
6
#ifndef XCHAT_H

Return to bug 411195