diff libpurple/nat-pmp.h @ 16918:533ebd404184

Change the nat-pmp code to use glib's integer types instead of those from stdint.h. Also, remove the err.h #include which doesn't seem to be needed.
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 May 2007 14:50:00 +0000
parents 328ae2c041c3
children 6bf32c9e15a7
line wrap: on
line diff
--- a/libpurple/nat-pmp.h	Sat May 05 19:15:44 2007 +0000
+++ b/libpurple/nat-pmp.h	Sat May 05 14:50:00 2007 +0000
@@ -31,7 +31,6 @@
 #ifndef _PURPLE_NAT_PMP_H
 #define _PURPLE_NAT_PMP_H
 
-#include <stdint.h>
 #include <glib.h>
 
 #define PURPLE_PMP_LIFETIME	3600	/* 3600 seconds */