Mercurial > pidgin
changeset 8245:91c6629b1ee8
[gaim-migrate @ 8968]
Use internal.h
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Thu, 12 Feb 2004 19:55:05 +0000 |
parents | 5e7ffea3f76a |
children | e7524f4b4ed2 |
files | src/network.c |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/network.c Thu Feb 12 19:54:18 2004 +0000 +++ b/src/network.c Thu Feb 12 19:55:05 2004 +0000 @@ -23,15 +23,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <errno.h> -#include <unistd.h> -#include <string.h> -#include <netdb.h> -#include <fcntl.h> -#include <sys/socket.h> -#include <netinet/in.h> -#include <sys/stat.h> -#include <arpa/inet.h> +#include "internal.h" #include "debug.h" #include "account.h"