diff -Naurp ./src/common/dbus/dbus-plugin.c ./src/common/dbus/dbus-plugin.c
|
|
|
24 | 24 | #include <config.h> |
25 | 25 | #include <dbus/dbus-glib.h> |
26 | 26 | #include <dbus/dbus-glib-lowlevel.h> |
27 | | #include <glib/gi18n.h> |
| 27 | #include <glib.h> |
28 | 28 | #include "../xchat-plugin.h" |
29 | 29 | |
30 | 30 | #define PNAME _("remote access") |
diff -Naurp ./src/common/modes.c ./src/common/modes.c
|
|
|
20 | 20 | #include <stdlib.h> |
21 | 21 | #include <stdio.h> |
22 | 22 | #include <glib.h> |
23 | | #include <glib/gprintf.h> |
| 23 | #include <glib.h> |
24 | 24 | |
25 | 25 | #include "xchat.h" |
26 | 26 | #include "xchatc.h" |
diff -Naurp ./src/common/servlist.c ./src/common/servlist.c
|
|
|
24 | 24 | #include <unistd.h> |
25 | 25 | |
26 | 26 | #include "xchat.h" |
27 | | #include <glib/ghash.h> |
| 27 | #include <glib.h> |
28 | 28 | |
29 | 29 | #include "cfgfiles.h" |
30 | 30 | #include "fe.h" |
diff -Naurp ./src/common/text.c ./src/common/text.c
|
|
|
28 | 28 | #include <sys/mman.h> |
29 | 29 | |
30 | 30 | #include "xchat.h" |
31 | | #include <glib/ghash.h> |
| 31 | #include <glib.h> |
32 | 32 | #include "cfgfiles.h" |
33 | 33 | #include "chanopt.h" |
34 | 34 | #include "plugin.h" |
diff -Naurp ./src/common/util.c ./src/common/util.c
|
|
|
39 | 39 | #include <errno.h> |
40 | 40 | #include "xchat.h" |
41 | 41 | #include "xchatc.h" |
42 | | #include <glib/gmarkup.h> |
| 42 | #include <glib.h> |
43 | 43 | #include <ctype.h> |
44 | 44 | #include "util.h" |
45 | 45 | #include "../../config.h" |
diff -Naurp ./src/common/xchat.h ./src/common/xchat.h
|
|
|
1 | 1 | #include "../../config.h" |
2 | 2 | |
3 | | #include <glib/gslist.h> |
4 | | #include <glib/glist.h> |
5 | | #include <glib/gutils.h> |
6 | | #include <glib/giochannel.h> |
7 | | #include <glib/gstrfuncs.h> |
| 3 | #include <glib.h> |
8 | 4 | #include <time.h> /* need time_t */ |
9 | 5 | |
10 | 6 | #ifndef XCHAT_H |
diff -Naurp ./src/fe-gtk/sexy-spell-entry.c ./src/fe-gtk/sexy-spell-entry.c
|
|
|
26 | 26 | #include <gtk/gtk.h> |
27 | 27 | #include "sexy-spell-entry.h" |
28 | 28 | #include <string.h> |
29 | | #include <glib/gi18n.h> |
| 29 | #include <glib.h> |
30 | 30 | #include <sys/types.h> |
31 | 31 | /*#include "gtkspell-iso-codes.h" |
32 | 32 | #include "sexy-marshal.h"*/ |