comparison src/core.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 022786c7ab53
children 7574c6e35fd9
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 */ 19 */
20 20
21 #ifdef HAVE_CONFIG_H 21 /*
22 #include "config.h" 22 * NOTE - I'd like to see this entire file just go away! -- ChipX86
23 #endif 23 */
24 24
25 #include <glib.h> 25 /* DONE! */
26 #include <stdio.h>
27 #include <stdlib.h>
28 #include <sys/types.h>
29
30