comparison finch/gntft.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 3da0957e7821
children f7c5bb2f6623
comparison
equal deleted inserted replaced
26428:7b63af454f26 26429:1c73d2ef9ddc
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 #include "finch.h" 26 #include "finch.h"
27 27
28 #include "debug.h"
29 #include "notify.h"
30 #include "ft.h"
31 #include "prpl.h"
32 #include "util.h"
33
34 #include <gnt.h> 28 #include <gnt.h>
35 #include <gntbox.h> 29 #include <gntbox.h>
36 #include <gntbutton.h> 30 #include <gntbutton.h>
37 #include <gntcheckbox.h> 31 #include <gntcheckbox.h>
38 #include <gntlabel.h> 32 #include <gntlabel.h>
39 #include <gnttree.h> 33 #include <gnttree.h>
34
35 #include "debug.h"
36 #include "notify.h"
37 #include "ft.h"
38 #include "prpl.h"
39 #include "util.h"
40 40
41 #include "gntft.h" 41 #include "gntft.h"
42 #include "prefs.h" 42 #include "prefs.h"
43 43
44 #define FINCHXFER(xfer) \ 44 #define FINCHXFER(xfer) \