diff finch/gntpounce.c @ 26429:1c73d2ef9ddc

Remove some extra edits that snuck into Finch.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 01:06:15 +0000
parents 4d752d07a126
children f7c5bb2f6623
line wrap: on
line diff
--- a/finch/gntpounce.c	Sun Mar 22 23:33:42 2009 +0000
+++ b/finch/gntpounce.c	Mon Mar 23 01:06:15 2009 +0000
@@ -24,16 +24,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  *
  */
-#include "internal.h"
-#include "account.h"
-#include "conversation.h"
-#include "debug.h"
-#include "notify.h"
-#include "prpl.h"
-#include "request.h"
-#include "server.h"
-#include "util.h"
-
 #include <gnt.h>
 #include <gntbox.h>
 #include <gntbutton.h>
@@ -47,6 +37,15 @@
 
 #include "finch.h"
 
+#include "account.h"
+#include "conversation.h"
+#include "debug.h"
+#include "notify.h"
+#include "prpl.h"
+#include "request.h"
+#include "server.h"
+#include "util.h"
+
 #include "gntpounce.h"