comparison: pidgin/plugins/raw.c
pidgin/plugins/raw.c
- changeset 40360
- e21f3bbcc2a5
- parent 40197
- 75ffd76260fc
equal
deleted
inserted
replaced
| 22 */ |
22 */ |
| 23 |
23 |
| 24 #include "internal.h" |
24 #include "internal.h" |
| 25 #include "pidgin.h" |
25 #include "pidgin.h" |
| 26 |
26 |
| 27 #include "conversation.h" |
27 #include <purple.h> |
| 28 #include "debug.h" |
|
| 29 #include "protocol.h" |
|
| 30 #include "version.h" |
|
| 31 |
28 |
| 32 #include "gtkplugin.h" |
29 #include "gtkplugin.h" |
| 33 #include "gtkutils.h" |
30 #include "gtkutils.h" |
| 34 #include "pidginaccountchooser.h" |
31 #include "pidginaccountchooser.h" |
| 35 |
32 |