Mercurial > pidgin.yaz
diff finch/gntaccount.c @ 25545:315151da0dc6
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 05 Sep 2007 00:47:58 +0000 |
parents | 74f7d5e4a605 |
children | 60f5abc6cf0c |
line wrap: on
line diff
--- a/finch/gntaccount.c Tue Aug 28 01:02:01 2007 +0000 +++ b/finch/gntaccount.c Wed Sep 05 00:47:58 2007 +0000 @@ -22,6 +22,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <account.h> +#include <accountopt.h> +#include <connection.h> +#include <notify.h> +#include <plugin.h> +#include <request.h> + #include <gnt.h> #include <gntbox.h> #include <gntbutton.h> @@ -36,13 +43,6 @@ #include "finch.h" -#include <account.h> -#include <accountopt.h> -#include <connection.h> -#include <notify.h> -#include <plugin.h> -#include <request.h> - #include "gntaccount.h" #include "gntblist.h"