| |
1 /* When writing a third-party plugin, do not include libpurple's internal.h |
| |
2 * included below. This file is for internal libpurple use only. We're including |
| |
3 * it here for our own convenience. */ |
| 1 #include "internal.h" |
4 #include "internal.h" |
| 2 #include "plugin.h" |
|
| 3 |
5 |
| 4 #include "account.h" |
6 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */ |
| 5 #include "connection.h" |
7 #include <purple.h> |
| 6 #include "conversation.h" |
|
| 7 #include "version.h" |
|
| 8 |
8 |
| 9 /* include UI for pidgin_dialogs_about() */ |
9 /* include UI for pidgin_dialogs_about() */ |
| 10 #include "gtkplugin.h" |
10 #include "gtkplugin.h" |
| 11 #include "gtkdialogs.h" |
11 #include "gtkdialogs.h" |
| 12 |
12 |