Mercurial > pidgin
comparison src/account.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 | 44d381ad19a9 |
children | 964e4f94fc56 |
comparison
equal
deleted
inserted
replaced
5871:508adf90fbb9 | 5872:059d95c67cda |
---|---|
18 * | 18 * |
19 * You should have received a copy of the GNU General Public License | 19 * You should have received a copy of the GNU General Public License |
20 * along with this program; if not, write to the Free Software | 20 * along with this program; if not, write to the Free Software |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 */ | 22 */ |
23 #ifdef HAVE_CONFIG_H | 23 #include "internal.h" |
24 #include <config.h> | |
25 #endif | |
26 | |
27 #include <string.h> | |
28 #include <stdio.h> | |
29 #include <stdlib.h> | |
30 #include <sys/stat.h> | |
31 #include <sys/types.h> | |
32 #include <glib.h> | |
33 | |
34 #include "account.h" | 24 #include "account.h" |
35 #include "debug.h" | 25 #include "debug.h" |
36 #include "prefs.h" | 26 #include "prefs.h" |
37 #include "prpl.h" | 27 #include "prpl.h" |
28 #include "server.h" | |
38 #include "util.h" | 29 #include "util.h" |
39 #include "gaim.h" | |
40 | 30 |
41 typedef enum | 31 typedef enum |
42 { | 32 { |
43 TAG_NONE = 0, | 33 TAG_NONE = 0, |
44 TAG_PROTOCOL, | 34 TAG_PROTOCOL, |