# HG changeset patch # User Mike Ruprecht # Date 1237770375 0 # Node ID 1c73d2ef9ddce843dbe59e89748bf6ce9e3fed0e # Parent 7b63af454f266c86be927192e09c0cbbd0c9c6e0 Remove some extra edits that snuck into Finch. diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntaccount.c --- a/finch/gntaccount.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntaccount.c Mon Mar 23 01:06:15 2009 +0000 @@ -1099,4 +1099,3 @@ return &ui_ops; } - diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntdebug.c --- a/finch/gntdebug.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntdebug.c Mon Mar 23 01:06:15 2009 +0000 @@ -23,8 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "util.h" - #include #include #include @@ -38,6 +36,7 @@ #include "gntdebug.h" #include "finch.h" #include "notify.h" +#include "util.h" #include #include diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntft.c --- a/finch/gntft.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntft.c Mon Mar 23 01:06:15 2009 +0000 @@ -25,12 +25,6 @@ */ #include "finch.h" -#include "debug.h" -#include "notify.h" -#include "ft.h" -#include "prpl.h" -#include "util.h" - #include #include #include @@ -38,6 +32,12 @@ #include #include +#include "debug.h" +#include "notify.h" +#include "ft.h" +#include "prpl.h" +#include "util.h" + #include "gntft.h" #include "prefs.h" diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntnotify.c --- a/finch/gntnotify.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntnotify.c Mon Mar 23 01:06:15 2009 +0000 @@ -23,8 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include - #include #include #include @@ -35,6 +33,7 @@ #include "finch.h" +#include #include "gntnotify.h" #include "debug.h" diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntplugin.c --- a/finch/gntplugin.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntplugin.c Mon Mar 23 01:06:15 2009 +0000 @@ -23,9 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "notify.h" -#include "request.h" - #include #include #include @@ -37,6 +34,8 @@ #include "finch.h" #include "debug.h" +#include "notify.h" +#include "request.h" #include "gntplugin.h" #include "gntrequest.h" diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntpounce.c --- 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 #include #include @@ -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" diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntrequest.c --- a/finch/gntrequest.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntrequest.c Mon Mar 23 01:06:15 2009 +0000 @@ -23,9 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - -#include "util.h" - #include #include #include diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntstatus.c --- a/finch/gntstatus.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntstatus.c Mon Mar 23 01:06:15 2009 +0000 @@ -23,10 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - -#include -#include - #include #include #include @@ -39,6 +35,9 @@ #include "finch.h" +#include +#include + #include "gntstatus.h" static struct diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/gntui.c --- a/finch/gntui.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntui.c Mon Mar 23 01:06:15 2009 +0000 @@ -19,9 +19,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include #include "finch.h" +#include "gntui.h" #include "gntaccount.h" #include "gntblist.h" @@ -41,7 +41,7 @@ #include "gntstatus.h" #include "gntsound.h" -#include "gntui.h" +#include void gnt_ui_init() { diff -r 7b63af454f26 -r 1c73d2ef9ddc finch/libgnt/wms/s.c --- a/finch/libgnt/wms/s.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/libgnt/wms/s.c Mon Mar 23 01:06:15 2009 +0000 @@ -2,7 +2,6 @@ #include #include "internal.h" -#include "blist.h" #include "gnt.h" #include "gntbox.h" @@ -12,6 +11,7 @@ #include "gntwindow.h" #include "gntlabel.h" +#include "blist.h" #define TYPE_S (s_get_gtype())