diff src/gtkft.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents bd0d0e89cac3
children 0a2a32b1917c
line wrap: on
line diff
--- a/src/gtkft.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/gtkft.c	Sat Jun 14 23:21:02 2003 +0000
@@ -1,9 +1,10 @@
 /**
- * @file gtkft.c The GTK+ file transfer UI
+ * @file gtkft.c GTK+ file transfer UI
+ * @ingroup gtkui
  *
  * gaim
  *
- * Copyright (C) 2003, Christian Hammond <chipx86@gnupdate.org>
+ * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,18 +19,20 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
  */
-#include "gaim.h"
+#include "internal.h"
+
+#include "debug.h"
+#include "notify.h"
+#include "ft.h"
 #include "prpl.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <string.h>
+#include "request.h"
+#include "util.h"
+
+#include "gaim-disclosure.h"
 #include "gtkcellrendererprogress.h"
-#include "gaim-disclosure.h"
-#include "notify.h"
-#include "request.h"
+#include "gtkft.h"
+#include "stock.h"
 
 #define GAIM_GTKXFER(xfer) \
 	(struct gaim_gtkxfer_ui_data *)(xfer)->ui_data