diff finch/gntplugin.c @ 23759: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 2d4df5ef0090
children 60f5abc6cf0c
line wrap: on
line diff
--- a/finch/gntplugin.c	Tue Aug 28 01:02:01 2007 +0000
+++ b/finch/gntplugin.c	Wed Sep 05 00:47:58 2007 +0000
@@ -22,6 +22,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#include "notify.h"
+#include "request.h"
+
 #include <gnt.h>
 #include <gntbox.h>
 #include <gntbutton.h>
@@ -31,8 +34,6 @@
 
 #include "finch.h"
 
-#include "notify.h"
-#include "request.h"
 
 #include "gntplugin.h"
 #include "gntrequest.h"