| 22 * You should have received a copy of the GNU General Public License |
22 * You should have received a copy of the GNU General Public License |
| 23 * along with this program; if not, write to the Free Software |
23 * along with this program; if not, write to the Free Software |
| 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 25 * |
25 * |
| 26 */ |
26 */ |
| 27 #include "internal.h" |
|
| 28 #include "account.h" |
|
| 29 #include "conversation.h" |
|
| 30 #include "debug.h" |
|
| 31 #include "notify.h" |
|
| 32 #include "prpl.h" |
|
| 33 #include "request.h" |
|
| 34 #include "server.h" |
|
| 35 #include "util.h" |
|
| 36 |
|
| 37 #include <gnt.h> |
27 #include <gnt.h> |
| 38 #include <gntbox.h> |
28 #include <gntbox.h> |
| 39 #include <gntbutton.h> |
29 #include <gntbutton.h> |
| 40 #include <gntcheckbox.h> |
30 #include <gntcheckbox.h> |
| 41 #include <gntcombobox.h> |
31 #include <gntcombobox.h> |