| 20 */ |
20 */ |
| 21 |
21 |
| 22 #include "internal.h" |
22 #include "internal.h" |
| 23 |
23 |
| 24 #include "account.h" |
24 #include "account.h" |
| |
25 #include "accountopt.h" |
| |
26 #include "blistnode.h" |
| |
27 #include "blistnodetypes.h" |
| |
28 #include "buddyicon.h" |
| |
29 #include "buddylist.h" |
| |
30 #include "cmds.h" |
| 25 #include "connection.h" |
31 #include "connection.h" |
| |
32 #include "conversation.h" |
| |
33 #include "conversations.h" |
| |
34 #include "conversationtypes.h" |
| 26 #include "glibcompat.h" |
35 #include "glibcompat.h" |
| |
36 #include "message.h" |
| |
37 #include "notify.h" |
| 27 #include "plugins.h" |
38 #include "plugins.h" |
| |
39 #include "presence.h" |
| 28 #include "protocol.h" |
40 #include "protocol.h" |
| 29 #include "protocols.h" |
41 #include "protocols.h" |
| |
42 #include "request.h" |
| 30 #include "roomlist.h" |
43 #include "roomlist.h" |
| |
44 #include "server.h" |
| |
45 #include "sslconn.h" |
| |
46 #include "status.h" |
| |
47 #include "util.h" |
| 31 #include "version.h" |
48 #include "version.h" |
| 32 |
49 |
| 33 #include "api.h" |
50 #include "api.h" |
| 34 #include "cmds.h" |
|
| 35 #include "data.h" |
51 #include "data.h" |
| 36 #include "facebook.h" |
52 #include "facebook.h" |
| |
53 #include "http.h" |
| 37 #include "util.h" |
54 #include "util.h" |
| 38 |
55 |
| 39 static GSList *fb_cmds = NULL; |
56 static GSList *fb_cmds = NULL; |
| 40 static PurpleProtocol *fb_protocol = NULL; |
57 static PurpleProtocol *fb_protocol = NULL; |
| 41 |
58 |