comparison: src/buddy_chat.c
src/buddy_chat.c
- changeset 5717
- 2f3a377de638
- parent 5563
- d5a7852aa0cb
- child 5872
- 754c63f29b77
equal
deleted
inserted
replaced
| 31 #include <gtk/gtk.h> |
31 #include <gtk/gtk.h> |
| 32 #include "gtkimhtml.h" |
32 #include "gtkimhtml.h" |
| 33 |
33 |
| 34 #include "prpl.h" |
34 #include "prpl.h" |
| 35 #include "notify.h" |
35 #include "notify.h" |
| |
36 #include "gaim.h" |
| |
37 #include "multi.h" |
| 36 |
38 |
| 37 #ifdef _WIN32 |
39 #ifdef _WIN32 |
| 38 #include "wspell.h" |
40 #include "wspell.h" |
| 39 #endif |
41 #endif |
| 40 |
42 |