Mercurial > pidgin
diff src/ft.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 | 46d7ad0dfa26 |
| children | ac191233b816 |
line wrap: on
line diff
--- a/src/ft.c Sat Jun 14 21:34:31 2003 +0000 +++ b/src/ft.c Sat Jun 14 23:21:02 2003 +0000 @@ -3,7 +3,7 @@ * * gaim * - * Copyright (C) 2002-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 @@ -20,24 +20,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <sys/stat.h> -#include <unistd.h> -#include <errno.h> -#include <string.h> - -#include <gtk/gtk.h> -#include "gaim.h" +#include "internal.h" +#include "ft.h" +#include "notify.h" #include "proxy.h" -#include "notify.h" - -#ifdef _WIN32 -#include "win32dep.h" -#endif static struct gaim_xfer_ui_ops *xfer_ui_ops = NULL;
