comparison: libpurple/protocols/zephyr/zephyr.c
libpurple/protocols/zephyr/zephyr.c
- changeset 40358
- e6fe6fc1f516
- parent 40161
- 9acdbd51e504
- child 40439
- e9838d634d5e
equal
deleted
inserted
replaced
| 26 * |
26 * |
| 27 |
27 |
| 28 */ |
28 */ |
| 29 #include "libpurple/internal.h" |
29 #include "libpurple/internal.h" |
| 30 |
30 |
| 31 #include "purpleaccountoption.h" |
31 #include <purple.h> |
| 32 #include "action.h" |
|
| 33 #include "debug.h" |
|
| 34 #include "notify.h" |
|
| 35 #include "plugins.h" |
|
| 36 #include "server.h" |
|
| 37 #include "util.h" |
|
| 38 #include "cmds.h" |
|
| 39 #include "version.h" |
|
| 40 |
32 |
| 41 #include "internal.h" |
33 #include "internal.h" |
| 42 #include "zephyr.h" |
34 #include "zephyr.h" |
| 43 |
35 |
| 44 #include <strings.h> |
36 #include <strings.h> |